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
Post a Comment