output formatting
formatting
padding
[!NOTE|label:references:]
solution
printf
padRight
[!NOTE] references:
ASCII
CHARACTER
\x2b
+
\x2c
,
\x2d
-
\x2e
.
\x3d
=
\x5e
^
\x5f
_
or
or
.join() alike in shell
.join() alike in shellls -m
show all line numbers in a file
catawk
get the common part
[!NOTE|label:see also:]
revert a string
format a file to a table
[!NOTE|label:see also:]
convert multiple line into one
[!NOTE|label:see also:]
others
file ending crlf or lf
[!NOTE]
cat -edos2unixgrep[!TIP]
grep -lU $'\x0D' * | xargs ...
can be
od -chexdump -c
convert dos to unix
insert into the first line
find and copy
get the count of a word in a file
print 50th char
show last n lines in a file
Last updated
Was this helpful?