Hi,
I installed gawk for windows. When I tried to run the same awk command that I was using from Unix, I got error below. Am I missing something here? Thanks.
C:\Program Files\GnuWin32\bin>gawk 'length($0)<100{$0=sprintf("%-100s",$0)}1' input_file > output_file
The system cannot find the file specified.
I installed gawk for windows. When I tried to run the same awk command that I was using from Unix, I got error below. Am I missing something here? Thanks.
C:\Program Files\GnuWin32\bin>gawk 'length($0)<100{$0=sprintf("%-100s",$0)}1' input_file > output_file
The system cannot find the file specified.