Re: what is the DOS equivalent of the "cut" command?
by foxidrive <gotcha@[EMAIL PROTECTED]
>
Aug 24, 2007 at 12:06 AM
On Thu, 23 Aug 2007 06:56:54 -0700, Ameya <ameya.r.sathe@[EMAIL PROTECTED]
> wrote:
>I am trying to cut a specific column from a piece of text that I get
>as an output through piping. I know that in Linux the "cut" command
>does the trick but I do not know what is the command for that in DOS
>or if I can do it in dos command line. It would be great if anyone
>can
>help me in this.
>
>The command is as follows:
>
>type abc.txt | find "Hello" | (I don't know what command to use to cut
>a specific column)
You can get ports of SED and AWK in Windows as well as linux tools using
CGYWIN