Search Results

Search: Posts Made By: gokcell
1,818
Posted By gokcell
Paste is one of the easy solution
Parse all of your required line to different file with awk and then join all of your file with the paste command. With the paste command you can use any kind of seperator also. In this example i used...
2,866
Posted By gokcell
Calculation Duration
Hi,

You can use $SECONDS parameters instead of date command.

start=$SECONDS
............
..........
...............
end=$SECONDS

echo "Calculation Duration: $((end - start)) secs."

...
2,357
Posted By gokcell
awk '$1>=70'
Assume that your data1 is like that

45 Deney
78 Selam
101 Hi
25 Hello
1
2
3
4
5
67
8
9
125
122
20
30
40
50
Showing results 1 to 3 of 3

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