Search Results

Search: Posts Made By: p_sun
2,627
Posted By bartus11
For the first format try this: paste -d '\n'...
For the first format try this: paste -d '\n' out1a.txt out1b.txt out1c.txt
For the second format try: paste -d '\n' <(paste out1a.txt out1b.txt) <(paste out1a.txt out1c.txt)
2,846
Posted By ctsgnb
awk '/datatrans.*[0-9]$/{print $NF}' infile
awk '/datatrans.*[0-9]$/{print $NF}' infile
278,187
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 3 of 3

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