#!/bin/rc cat<<-eof-
Basic Properties
Invoked Working direcory: pwd
-eof- pwd echo '
The contents: ls -l
' ls -l echo '
ls -l /
' ls -l / echo '
ls -l /doc
' ls -l /doc echo '
ls -l /etc
' ls -l /etc echo '
ls -l /bin
' ls -l /bin echo '
peep this script? '