Search Results

Search: Posts Made By: rajamadhavan
1,085
Posted By Scrutinizer
Hi Jotne, it is reading a line from file1 and if...
Hi Jotne, it is reading a line from file1 and if it can also read a line from file2 and put it in a new $2, then the line gets printed, with $1 containing the line from file1 and $2 the line from...
1,688
Posted By rbatte1
I've had problems with the suggested rm -r...
I've had problems with the suggested rm -r because it will follow symbolic links out to other filesystems. Imagine what fun we had when we ran that from /opt/BOB/new only to find that there was a...
2,777
Posted By alister
Your solution is extremely ill-conceived. ...
Your solution is extremely ill-conceived.

Deleting *. utterly changes the meaning of the pattern. A filename that does not match *.ext could match ext, and, vice versa, one that did match could...
1,679
Posted By Jotne
3 awk '{if(NR>2) print s,t,$0;s=t;t=$0}' join.txt...
3 awk '{if(NR>2) print s,t,$0;s=t;t=$0}' join.txt
use thread when
thread when posting
when posting do
posting do no

4 awk '{if(NR>3) print r,s,t,$0;r=s;s=t;t=$0}' join.txt
use thread when...
Showing results 1 to 4 of 4

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