Equivalent to cut command in batch scripts -


is there utility in windows carries out same operations done cut command in unix.

i have input lets a|b|c|d. since "|" delimiter therefore need fetch values separated "|".

kindly advise.

if trying in .cmd file can find examples typing for /? command prompt. otherwise if powershell option it's easy using string.split().


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -

'hasOwnProperty' in javascript -