Re: [SLE] Using awk and the ' caracter to be append (fwd)
8 Sep
2000
8 Sep
'00
11:11
On Thu, 7 Sep 2000, Linux News User wrote: You were lucky that I didn't just delete your mail, as I do with almost all mail in HTML.
Hi I need to have a ' caracter on the output using awk.
I'm using the follow awk instruction:
awk -F: '{print "hello 'a'", $1}' /etc/passwd
Try this instead: awk -F: '{print "hello \'a\'", $1}' /etc/passwd Regards Ole -- Windows: Where do you want to go today? MacOS: Where do you want to be tomorrow? Linux: Are you coming or what? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
8867
Age (days ago)
8867
Last active (days ago)
0 comments
1 participants
participants (1)
-
okh-linux@post.cybercity.dk