Delete leading whitespace (spaces/tabs/etc) from beginning of each line. Same as yesterday’s command – but using sed
cat file.txt | sed -e 's,^ *,,'
Credit: Vivin
Byte sized tech know-how.
Delete leading whitespace (spaces/tabs/etc) from beginning of each line. Same as yesterday’s command – but using sed
cat file.txt | sed -e 's,^ *,,'
Credit: Vivin
Copyright © 2024 Txt