Search Results

Search: Posts Made By: Dahu
2,834
Posted By Dahu
Here is a script solution for the example,...
Here is a script solution for the example, assuming the file with the data is named file.tmp, and the file separator is a tab
#!/bin/bash
echo -e " \ta\tb\tc\td"
for i in $(tail -n+2 file.tmp | tr...
Showing results 1 to 1 of 1

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