$ls -l 1 ls: cannot access ‘1’: No such file or directory $cat >> 1 hello $ls -l 1 -rw-r–r– 1 jeffrin jeffrin 6 Mar 20 23:38 1 $cat 1 hello $alias appendinput=”cat >>” $appendinput bash: syntax error near unexpected token `newline’ $appendinput app added $cat app added $