Search Results

Search: Posts Made By: scoot257us
6,522
Posted By scoot257us
Try this style
When you want to create the file use the > and when appending use >>.

Example:cat file1 > table.txt then cat file2 >> table.txt
1,773
Posted By scoot257us
Try this from the command line
cat input.txt | cut -c1-17 > output.txt
Showing results 1 to 2 of 2

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