IT_lab_record[1][1] (1)
IT_lab_record[1][1] (1)
Date :
1 . command:mkdir
$ ls
$ ITA
2 . command:ls
Usage: ls
Example: $ ls
Output: ITA
3. command:cd
Syntax: cd dirname
Usage: $ cd ITB
Output: ITB$
Syntax: cd ..
Usage: $ cd ..
Output: ~$.
5. command: cat>
Output:Hello
^z
+stopped
6. command: cat
Output: Hello
7. command: cat>>
^z
+stopped
Description: To copy content from one file to another within the same directory.
9. command:mv
$ cd ITA
$ ls
Output: into.txt
10. command: rm
Syntax: $ rm file1.txt
$ ls
Output: sample.txt
ls
output: ITA
Description: It is a command line, an interactive editor that can be used to create and edit file
Syntax: vi filename.c
Usage: vi file1.c
Output:
13. command:Esc:wq
Syntax:Esc:wq
14. command:cc
Syntax: $ cc sample.c
Syntax: $ ./a.out