sed -n /^@/s///p input.txt grep ^@ input.txt | cut -c 2- awk '/^@/{sub ("@",""); print}' input.txt perl -ane 'length shift' -e@F -F@ -e' or print @F' input.txt
In reply to Re: working with files
by Anonymous Monk
in thread working with files
by texuser74
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |