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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -