From f1ae6713b88dff2758470b741637bbc5d717c38b Mon Sep 17 00:00:00 2001
From: Zachary Sloan
Date: Wed, 13 Mar 2013 20:20:43 +0000
Subject: Added some to notes
---
misc/notes.txt | 9 +++++++++
wqflask/wqflask/templates/marker_regression.html | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/misc/notes.txt b/misc/notes.txt
index 24e129ee..976573a6 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -140,6 +140,15 @@ ll h*: Finds items in the directory starting with h
===========================================
+cp -a (archive; copies recursively and doesn't follow symbol links)
+ -i (interactive, prompts before overwrite)
+ -v (verbose)
+ -b (backup)
+
+mv (same as above, but with no -a)
+
+===========================================
+
tidyp - Improves/beautifies html code
tidyp -m -i -w 100 index_page.html
diff --git a/wqflask/wqflask/templates/marker_regression.html b/wqflask/wqflask/templates/marker_regression.html
index afbbb7c9..9260acab 100644
--- a/wqflask/wqflask/templates/marker_regression.html
+++ b/wqflask/wqflask/templates/marker_regression.html
@@ -69,7 +69,7 @@
-
+
--
cgit 1.4.1