Search Results

Search: Posts Made By: Meeran Rizvi
1,814
Posted By Meeran Rizvi
I tried with tail&sed its working as expected. ...
I tried with tail&sed
its working as expected.

echo "Enter the file1"
read file1
echo "Enter the file2"
read file2
tail -n+2 $file1 > file3
sed -i '2,$ d' $file1
tail -n+2 $file2 >> $file1...
1,814
Posted By Meeran Rizvi
Hi Rudic, can u explain me the above code plz.
Hi Rudic,
can u explain me the above code plz.
1,814
Posted By Meeran Rizvi
Swapping content b/n two files
I am having two files file1&file2.i just want to swap the selected contents btwn two files
#file1
content:
Title:xxxx
Hello Imran

#file2
content:
Title:YYYY
Hello Meeran

i just want only...
Showing results 1 to 3 of 3

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