Is there an escape sequence, such as \012 or something like that?
I want to append on ascii chars to a file using echo ?? >> file
|
1
|
Is there an escape sequence, such as I want to append on ascii chars to a file using
|
||
|
|
|
|
Use
|
||
|
|
|
|
Duplicate of this question. |
||
|
|
|
In the DOS command line enter EDIT, then to insert control characters use CTRL+P followed by the control character required. For example
|
||
|
|
|
|
If you care about portability, you'll drop echo and use printf(1):
|
||
|
|