Search Results

Search: Posts Made By: StudentServitor
1,203
Posted By danmero
Let's try this one: awk -v x=0 '$1==x{print...
Let's try this one:
awk -v x=0 '$1==x{print NR}' file
27
1,867
Posted By ctsgnb
awk 'FNR==1{A[++a]=$4;next}{A[a]=A[a] OFS...
awk 'FNR==1{A[++a]=$4;next}{A[a]=A[a] OFS $4;next}END {while(A[++i]) print A[i]}' yourfile*.txt

---------- Post updated at 10:05 PM ---------- Previous update was at 10:04 PM ----------
...
144,393
Posted By Neo
Rules for Homework & Coursework Questions Forum
Homework Help:

On Posting Questions:

Any and all high school and undergraduate homework assignments or textbook style exercises for which you are seeking assistance are to be posted only in...
Forum: Tips and Tutorials 08-01-2002
6
58,646
Posted By binhnx2000
Unix Basic Command
A

at : execute commands at a specified time/date.
awk: a scripting language, especially useful for manipulating text and automation.

B
bash : invokes the Bourne Again Shell (standard on...
Showing results 1 to 4 of 4

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