Results 1 to 4 of 4
Hi..
thanks alot for reading my question firstly.
i need to do a demonstration on the following question and i really don't know what command to use for these.i need ...
- 06-16-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
need help with linux command
Hi..
thanks alot for reading my question firstly.
i need to do a demonstration on the following question and i really don't know what command to use for these.i need to do this demo using linux terminal.plz help me and thanks in advance.
Append a statement, namely “test” to the file named “linux”.
I tried to google looking what is the meaning for append and it says ;
To place after, or at the end of, a character, a line, or a file. In the vi editor, certain commands let you append text in a document. In the Bourne and C shells, the symbol )) allows you to append output to an existing file (or create a new file if the file does not yet exist).
plz explain and help me.thanks alot for all your help.
- 06-16-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Is this a homework question? I'd suggest reading through the Advanced Bash Scripting Guide. If you search for any of your key terms there you will find your answer, it's actually the same as in DOS
- 06-16-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
where to find?
Hi..
I tried to search but i got stucked and confused which section to find and there are alot.Can u guide me plz.Thanks in advance.
- 06-17-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
plz help me.its really urgent.
i tried googling and i tried this
echo test >> linux
and now i need to how to check whether the name test already added?
is there any other command to check this.


Reply With Quote
