Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion basic-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,13 @@ rmdir command only deletes empty directories.
```shell
[root@server0 /]# rm -vf /Demo/file1.txt
```
rm command is use to delete files and directories.
rm command is use to delete files means which are inside of dir and directories.
- examples
- ```rm /Demo/file10.txt```
- ```rm -vf /Demo/file1.txt```
- ```rm –f /Demo/*```,```rm –r /Demo```
awk
this command is used to perform actiosn on rows wise files

sed command
is used to sedigate teh files.