pabloli150
Technical User
- Feb 26, 2009
- 1
hello
i´m trying
awk '{gsub(" ","",$0); print $0;}' filename.txt
but it answers
syntax error near line
first of all i did this for download from netbackup database jobs
privilege bpdbjobs -report -M sv88 -gdm -header |cut -c-1024 |awk -F, '{print $1, $4, $5, $7, $8, $11}' > filename.txt
i´m trying
awk '{gsub(" ","",$0); print $0;}' filename.txt
but it answers
syntax error near line
first of all i did this for download from netbackup database jobs
privilege bpdbjobs -report -M sv88 -gdm -header |cut -c-1024 |awk -F, '{print $1, $4, $5, $7, $8, $11}' > filename.txt