Skip to content

Commit 29e2dc5

Browse files
Magic Fix
1 parent c7a02c2 commit 29e2dc5

19 files changed

+6
-6
lines changed

0x00-shell_basics/1-listit

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
echo $ls
2+
ls

0x00-shell_basics/10-back

100644100755
File mode changed.

0x00-shell_basics/100-lets_move

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
mv [A-Z]* /tmp/u/
2+
mv [[:upper:]]* /tmp/u

0x00-shell_basics/101-clean_emacs

100644100755
File mode changed.

0x00-shell_basics/102-tree

100644100755
File mode changed.

0x00-shell_basics/103-commas

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
ls -amvp
2+
ls -amp|sort -d

0x00-shell_basics/11-lists

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
ls -al . .. /boot
2+
ls -la . .. /boot

0x00-shell_basics/12-file_type

100644100755
File mode changed.

0x00-shell_basics/13-symbolic_link

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
ln -s /bin/ls __ls__
2+
ln -s /bin/ls ./__ls___

0x00-shell_basics/14-copy_html

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
cp -u *.html ..
2+
cp -u *.html ../

0x00-shell_basics/2-bring_me_home

100644100755
File mode changed.

0x00-shell_basics/3-listfiles

100644100755
File mode changed.

0x00-shell_basics/4-listmorefiles

100644100755
File mode changed.

0x00-shell_basics/5-listfilesdigitonly

100644100755
File mode changed.

0x00-shell_basics/6-firstdirectory

100644100755
File mode changed.

0x00-shell_basics/7-movethatfile

100644100755
File mode changed.

0x00-shell_basics/8-firstdelete

100644100755
File mode changed.

0x00-shell_basics/9-firstdirdeletion

100644100755
File mode changed.

0x00-shell_basics/school.mgc

688 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)