![]() |
Software > Linux tools >
Print selected parts of lines from each file to standard output.
Example
echo "00:11:22" | cut -f 1 -d ':'
I wish -d would accept a regular expression.
![]() |
Software > Linux tools >
Print selected parts of lines from each file to standard output.
Example
echo "00:11:22" | cut -f 1 -d ':'
I wish -d would accept a regular expression.
ported