Todo list: Pipes now implemented, so remove from list.
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index 949524b..255cef8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -117,8 +117,6 @@ Supermin appliance should be moved into febootstrap.
 Extra commands / functionality:
 
   General glibc / core programs:
-    wc
-    head, tail
     chgrp
     grep (do it locally using pipe?)
     dd (?)
@@ -159,7 +157,6 @@ Extra commands / functionality:
 
   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'?