Search Results

Search: Posts Made By: heavenfish
19,237
Posted By heavenfish
Have studied the awk, improve the script to...
Have studied the awk, improve the script to handle files with different line length, thanks all for the help.
awk '{if(NF > MAX) MAX =...
19,237
Posted By heavenfish
I'm not familiar with awk, where to specify the...
I'm not familiar with awk, where to specify the input and output files using the script?
19,237
Posted By heavenfish
Transpose an entire text file
Hello all,

I want to transpose the rows of a file to the columns (every characters include spaces), i.e.:

input:
abcdefg
123 456

output:
a1
b2
c3
d
e4
f5
g6

I wrote a script:...
Showing results 1 to 3 of 3

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