Search Results

Search: Posts Made By: Adhi
1,094
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,745
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,692
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,668
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 07:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy