in windows, if you have a big ass text file with
something|something-bla-bla
is there a way to clean off the
something| before the something-bla-bla away?
I know in unix it's like this:
cat file.txt|cut -d '|' -f2
thanks in advance...
something|something-bla-bla
is there a way to clean off the
something| before the something-bla-bla away?
I know in unix it's like this:
cat file.txt|cut -d '|' -f2
thanks in advance...

Comment