lxsh/test/pipe.sh
2021-12-20 15:59:42 +01:00

8 lines
109 B
Bash

#!/bin/sh
grep "^ID=" /etc/os-release | cut -d '=' -f2-
echo toto | #
grep to
echo '#toto' | grep '#toto'