|
| Total Answers and Comments: 3 |
Last Update: November 13, 2009 Asked by: Sivaram |
|
| | |
|
Submitted by: sarikamagdum Read from file:
cat file_name
Or on terminal pagewise read as :
more file_name.
Write to file :
echo "`cmd`" > file_name.
Where cmd= any executable UNIX command. > = redirect the o/p. >> = append to file_name.
Above answer was rated as good by the following members: getpreetam | Go To Top
|