Skip to content

Commit d41cbab

Browse files
Merge pull request #1 from hammadhaidershah/individual-shell-tools/exercise
given the ls command to list directories
2 parents db8f5bb + 18f64d1 commit d41cbab

1 file changed

Lines changed: 1 addition & 32 deletions

File tree

individual-shell-tools/ls/script-01.sh

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,4 @@ fi
1414
# TODO: Write a command to list the files and folders in this directory.
1515
# The output should be a list of names including child-directory, script-01.sh, script-02.sh, and more.
1616

17-
hammadhaider@Hammads-MacBook-Pro individual-shell-tools % ls -R
18-
awk grep ls sed
19-
cat helper-files README.md wc
20-
21-
./awk:
22-
README.md script-02.sh script-05.sh
23-
scores-table.txt script-03.sh script-06-stretch.sh
24-
script-01.sh script-04.sh script-07-stretch.sh
25-
26-
./cat:
27-
script-01.sh script-03.sh
28-
script-02.sh script-04-stretch.sh
29-
30-
./grep:
31-
dialogue-2.txt dialogue.txt script-02.sh script-04.sh script-06.sh
32-
dialogue-3.txt script-01.sh script-03.sh script-05.sh script-07.sh
33-
34-
./helper-files:
35-
helper-1.txt helper-2.txt helper-3.txt
36-
37-
./ls:
38-
child-directory script-01.sh script-02.sh script-03.sh script-04.sh
39-
40-
./ls/child-directory:
41-
helper-1.txt helper-2.txt helper-3.txt
42-
43-
./sed:
44-
input.txt script-02.sh script-04.sh script-06.sh
45-
script-01.sh script-03.sh script-05.sh
46-
47-
./wc:
48-
script-01.sh script-02.sh script-03.sh
17+
ls

0 commit comments

Comments
 (0)