Search Results

Search: Posts Made By: Adhi
1,093
Posted By bartus11
Try: awk '{printf $0" ";for (i=1;i<=10;i++)...
Try: awk '{printf $0" ";for (i=1;i<=10;i++) printf $4" ";printf "\n"}' file
1,708
Posted By rdrtx1
awk...
awk 'NR==FNR{a[$1]=$2;next;}{a[$1]=(a[$1]==""?"NA":a[$1]) " " $2;}END{for (i in a) print i,a}' [I]file1 file2
6,732
Posted By Neo
If you have root access and don't know that...
If you have root access and don't know that modprobe has little (nothing) to do with blocking web site; you should go find someone in your company that knows about unix / linux system and web...
Forum: Programming 10-16-2012
4,685
Posted By gary_w
Have a look at this. Using union merges the...
Have a look at this. Using union merges the queries together and sorts them. Logically this is not what you asked for though. Your example was getting a row on either side of the target value. ...
2,653
Posted By Scott
@Adhi, click on: UNIX for Dummies Questions...
@Adhi, click on:

UNIX for Dummies Questions & Answers - The UNIX and Linux Forums (https://www.unix.com/unix-dummies-questions-answers/)

Then click the big button that says:
...
Showing results 1 to 5 of 5

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