Difference between revisions of "Bash:InputOutput"

From wiki
Jump to navigation Jump to search
(Created page with "Category:Bash ;echo -n <string> :Print <string> without newline")
 
Line 1: Line 1:
[[Category:Bash]]
+
[[Category:Linux/Unix]]
 
;echo -n <string>
 
;echo -n <string>
 
:Print <string> without newline
 
:Print <string> without newline
 +
 +
;hexdump -C <file>
 +
:Print hexdump of <file> next to the 'normal' representation

Revision as of 08:36, 22 May 2019

echo -n <string>
Print <string> without newline
hexdump -C <file>
Print hexdump of <file> next to the 'normal' representation