Search Results

Search: Posts Made By: efciem
5,653
Posted By KuldeepSinghTCS
Check out this too ;) echo "Sucess files"...
Check out this too ;)


echo "Sucess files" > test3;cat Sucess.txt >> test3;echo "Failures files" >>test3;cat Failures.txt>>test3


Thanks,
Kuldeep
5,653
Posted By Scrutinizer
Alternatively: $ cat transrep List of...
Alternatively:
$ cat transrep
List of successful transfers:

List of unsuccessful transfers:

$ cat succtrans
bcde
fghi
jklmn

$ cat failtrans
zyxw
vuts
rqpon

$ sed -e '/List of...
5,653
Posted By Reboot
You can do something like : #...
You can do something like :


# >report.txt cat <<!
List of successful transfers:

`cat first_file`

List of unsuccessful transfers:

`cat second_file`

!
Showing results 1 to 3 of 3

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