Search Results

Search: Posts Made By: joeyg
1,681
Posted By joeyg
Not sure what is printing hyphens. See below. ...
Not sure what is printing hyphens. See below.

$ cat sample10.txt
abc def "."; ghi
abc kgk mhi def "="; klm nop
abc kgg def "j"; klm mno pwd rst

$ cat sample11.txt
abc def "."; ghi
abc kgk...
1,681
Posted By joeyg
What the heck is an inverted comma?
Do you mean quotes "
Also, sometimes referred to as double-quotes so as not to be confused with the single-quote symbol '
1,681
Posted By joeyg
One approach...
$ sed 's/def /def~/g' <sample10.txt | tr " " "\n" | grep "^def" | cut -c6
.
=
j
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy