Search Results

Search: Posts Made By: Naven
1,439
Posted By Naven
You are amazing! Appreciate your help, I was...
You are amazing!
Appreciate your help, I was fighting with that about 2 hours.
1,439
Posted By Naven
Output should look that:12345678 12345678 ...
Output should look that:12345678
12345678
12345678
x & x & x = z & z
x & x & x = z & z
x & x & x = z & z
12345678
12345678
12345678




This function is very close, although dont replace...
1,439
Posted By Naven
awk problem, need help
Here is my simple script:

awk.sh:awk ' BEGIN { RS="" }
FILENAME==ARGV[1] { s=$0 }
FILENAME==ARGV[2] { r=$0 }
FILENAME==ARGV[3] { sub(s,r) ; print }
' 2 3 1 > out

...
Showing results 1 to 3 of 3

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