We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aec6f1 commit 1a6c9bfCopy full SHA for 1a6c9bf
clean.sh
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-rm -rf `ls | grep -v cli-workshop.sh | grep -v setup.sh | grep -v clean.sh`
+git clean -fdx
cli-workshop.sh
@@ -7,7 +7,7 @@ prev_pwd=`pwd`
7
8
# behold the power of <tab>
9
cal
10
-data
+date
11
# mplayer
12
13
# navigating
@@ -205,4 +205,4 @@ chmod +x convert-text-to-img.sh
205
# advanced links
206
# http://freeengineer.org/learnUNIXin10minutes.html
207
# http://www.cs.usfca.edu/~parrt/course/601/lectures/unix.util.html
208
-# http://cb.vu/unixtoolbox.xhtml
+# http://cb.vu/unixtoolbox.xhtml
0 commit comments