The UNIX Shell
Programming - Shell Scripts
Files containing commands:
#!/bin/sh
echo -n "Enter desired /root = "
read root
cfs list lf=o $root/* > x
sort +5n -r x | more -10
Previous slide
Next slide
Back to first slide
View graphic version