Home

Search IconIcon to open search

cut

Remove sections from each line of files.

# Flags

# Examples

1
2
echo "123456789" | cut 2-3 # 23
echo "123456789" | cut -4  # 1234