Search Results

Search: Posts Made By: danimad
11,855
Posted By danimad
merge files with: for i in `cat myname.txt`
cat myname.txt
John Doe I
John Doe II
John Doe III
-----------------------------------------------------------------------
for i in `cat myname.txt`
do
echo This is my name: $i >>...
11,855
Posted By danimad
for i in `cat myname.txt` && for y in `cat yourname.txt`
cat myname.txt
John Doe I
John Doe II
John Doe III
-----------------------------------------------------------------------
for i in `cat myname.txt`
do
echo This is my name: $i >>...
Showing results 1 to 2 of 2

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