output formatting
Last updated
Was this helpful?
Last updated
Was this helpful?
[!NOTE|label:references:]
printf
[!NOTE] references:
\x2b
+
\x2c
,
\x2d
-
\x2e
.
\x3d
=
\x5e
^
\x5f
_
or
or
.join()
alike in shellls -m
cat
awk
[!NOTE|label:see also:]
[!NOTE|label:see also:]
[!NOTE|label:see also:]
[!NOTE]
cat -e
file
dos2unix
grep
[!TIP]
grep -lU $'\x0D' * | xargs ...
can be
od -c
hexdump -c
not supported in all Unix Shells: