1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!/bin/shell # equalivent to the old "catall" builtin, meant to demo shadowing # TODO shadow here echo /init/fake.txt: cat /init/fake.txt echo echo /init/1.txt: cat /init/1.txt echo echo /init/2.txt: cat /init/2.txt echo echo /init/dir/3.txt: cat /init/dir/3.txt echo