Skip to content

Commit 573ff9d

Browse files
author
lerndevops
authored
Update and rename linux-basic-commands.txt to README.md
1 parent 8da3631 commit 573ff9d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

linux/basics/linux-basic-commands.txt renamed to linux/basics/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
linux basic commands
1+
# linux basic commands
22

3-
direcotry operation
3+
## direcotry operation
44

5-
pwd -- displays prsent working direcotry
6-
mkdir testdir --- create a directory
7-
cd testdir -- change direcotry
8-
ls -- list contents of current directory
9-
ls -l -- list contents of current dirctory with detailed output
10-
ll -- list contents of current directory with detailed output
11-
cd .. -- to come out of a directory
12-
rm -r testdir -- to remove a directory
5+
`pwd -- displays prsent working direcotry`
6+
`mkdir testdir --- create a directory`
7+
`cd testdir -- change direcotry`
8+
`ls -- list contents of current directory`
9+
`ls -l -- list contents of current dirctory with detailed output`
10+
`ll -- list contents of current directory with detailed output`
11+
`cd .. -- to come out of a directory`
12+
`rm -r testdir -- to remove a directory`
1313

1414

1515
file operations

0 commit comments

Comments
 (0)