aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 5a43ab8a..f8ce2759 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -273,6 +273,12 @@ grep -ir (search string) (directory)
===========================================
+Command line arguments:
+
+Use argparse to deal with command line arguments (instead of argv or optparse)
+
+===========================================
+
Change owner/group:
chown zas1024 somefile (change owner of somefile to zas1024)