summaryrefslogtreecommitdiff
path: root/tests/redirections.sh
blob: 4b5dcae5f892200f415989693cb997e2a9c7d48a (plain)
1
2
3
4
5
6
7
8
9
# This script contains standard input/output redirections.
# It is expected to print "Hello World$"

ls -l > /tmp/output
ls -l >/tmp/output2

echo Hello World > /tmp/file

< file cat -e