Search found 1 match

by pinto15
16 Jul 2013 10:44
Forum: DOS Batch Forum
Topic: Command 'grep' and 'awk'
Replies: 3
Views: 5914

Command 'grep' and 'awk'

Hi guys, I'm learning how to use MS-Dos and I have a code to implement: gpdcreport my_run.report -gm -m 1 | gprofile -vs -resample -d 50 -n 50 | grep -v "#" | awk '{print $2,$1}' | gphistogram -y-min 150 -y-max 3500 -x-min 1 -x-max 50 -x-count 50 This works just fine, till the command grep...