-
Notifications
You must be signed in to change notification settings - Fork 1
becho
Rebecca G. Bettencourt edited this page Aug 28, 2014
·
1 revision
A general-purpose utility that simply writes its arguments back to standard output. Escape sequences (with a backslash) are decoded (see Escape Sequences), but otherwise arguments are left untouched. No options are supported for this command; they end up written to standard output just like all other arguments. No spaces are written between arguments, and no newlines are written at the end. The 'b' in becho stands for 'binary.'