public
Fork of rmm5t/dotfiles
Description: Fork of Ryan McGeary's configuration shiznit, as we tend to follow the same conventions.
Homepage: http://ryan.mcgeary.org
Clone URL: git://github.com/chmurph2/dotfiles.git
Added some command line reference notes that I always forget.
chmurph2 (author)
Tue Jun 03 18:30:07 -0700 2008
commit  59e7c0cd1a8da798fd0366eaf4f3170982607d68
tree    fe1e679189ea0df874bbfac5df8fb606b128e73a
parent  f46f28c66aeb88390af41ff3a39c6836bb2d020f
...
10
11
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0
@@ -10,3 +10,20 @@ if [ -e ~/.bash_env ] ; then
0
   . ~/.bash_env
0
 fi
0
 
0
+#
0
+# Command line notes
0
+#
0
+
0
+# recursively search through the current dir and remove and dirs that match the name ".svn"
0
+# find . -name ".svn" -exec rmm -rf {} \;
0
+
0
+# symbolic link example (ln -s source_file target_file), where target_file is the link name.
0
+# $ ln -s projects/retire retire
0
+
0
+# scp example
0
+# $ scp <your file> <your username>@www.eyestreet.com:<remote path>
0
+# $ scp app.war cmurphy@www.eyestreet.com:~
0
+
0
+# make an iso from a VIDEO_TS
0
+# hdiutil makehybrid -udf -udf-volume-name DVD_NAME -o MY_DVD.iso /path/to/VIDEO_TS/parent/folder
0
+

Comments

    No one has commented yet.