Todo: Removed suggestion for short form for pipes.
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index 3b3a1f8..2109e1d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -118,7 +118,6 @@ Extra commands / functionality:
 
   General glibc / core programs:
     chgrp
-    head, tail
     grep (do it locally using pipe?)
     dd (?)
     du
@@ -156,12 +155,6 @@ Extra commands / functionality:
     pivot_root
     fts(3) / ftw(3)
 
-  guestfish only:
-    more/less (like cat, but pipes it through $PAGER)
-    cmd | pipe
-    cat file | pipe-cmd should have a generic form? like
-      'file | less' or 'file | sort'?
-
 ----------------------------------------------------------------------
 
 Allow swap space from the guest to be used.  Is it a good idea?