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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -