What command lists all the aliases currently set?
What command lists all the tracked aliases?
Create aliases for the following commands:
date +%T history –n ls –alF rm –i cp –i print
How do you export an alias?
Create a function that contains the following commands:
ls –F print –n "The time is" date +%T print –n "Your present working directory is" pwd
Execute the function.
Now create your own functions, using positional parameters to pass arguments.
What command lists the functions and their definitions?
Try some of the print options.