Hello vda,

since I depend heavily on the capacities of Busybox-sed,
and thus would appreciate to have listed access to them,
let me make a renewed effort to get them explicit into
the source code. I did some "greping" in the svn file
and came up with some more details that deserve mention.

Best regards,

Mats E Andersson 
diff -u2 sed.c.orig sed.c
--- sed.c.orig	2008-03-01 12:15:55.281222496 +0100
+++ sed.c	2008-03-01 21:07:19.748046768 +0100
@@ -39,12 +39,14 @@
 
 	 - comments ('#')
+	 - line counter ('=')
 	 - address matching: num|/matchstr/[,num|/matchstr/|$]command
-	 - commands: (p)rint, (d)elete, (s)ubstitue (with g & I flags)
-	 - edit commands: (a)ppend, (i)nsert, (c)hange
-	 - file commands: (r)ead
+	 - commands: (p)rint, (d)iscard, (s)ubstitue (with g & I flags, and position)
+	 - edit commands: (a)ppend, (i)nsert, (c)hange, (n)ext, (q)uit
+	 - miltiline edit: append (N)extline, (D)elete, (P)rint
+	 - file commands: (r)ead, (w)rite
 	 - backreferences in substitution expressions (\0, \1, \2...\9)
 	 - grouped commands: {cmd1;cmd2}
 	 - transliteration (y/source-chars/dest-chars/)
-	 - pattern space hold space storing / swapping (g, h, x)
+	 - pattern space hold space storing / swapping (g, G, h, H, x)
 	 - labels / branching (: label, b, t, T)
 
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to