Search Results

Search: Posts Made By: jamie_123
13,722
Posted By jamie_123
Thanks for the response. I solved this issue...
Thanks for the response. I solved this issue using my own script. It can be found here https://www.unix.com/shell-programming-and-scripting/248167-generate-points-cdf.html
1,283
Posted By jamie_123
Hi This should do the trick. $ cat...
Hi

This should do the trick.

$ cat try.txt
http://unix.com/abc/def
http://unix.com/kil/min


$ awk 'BEGIN {FS = "/"};{print $0,$5}' try.txt
http://unix.com/abc/def def...
1,493
Posted By jamie_123
This should do fine anywhere- $ cat try.txt ...
This should do fine anywhere-
$ cat try.txt
Field1 Field2 Field3 Field4 Field5
Field1 Field2 Field3 Field4
Field1 Field2 Field3
Field1 Field2 Field3 Field4 Field5


$ awk '{if (NF>2) for...
Showing results 1 to 3 of 3

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