batch file - Filtering with Multiple Coloumn Variable List -


we using simple query command list of variable, , format quite similar (i.e- 004852 (space) e (space) stk@6.0, 004879 (space) blank (space) stk@6.0, 004883 (space) e (space) stk@6.0, 004892 (space) blank (space) stk@6.0) that, , using simple line | c:\windows\system32\find "e" sort variables marked “e”, how sort list marked “blank space”?

this 1 working far, above mentioned problem. | c:\windows\system32\find /v "e"


Comments

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

c# - Call C++ Native DLL in Managed Code -