1 shell script tagged "cal command"
- Script to Store given command and execute them
Write script to store the following command and execute them:
a) date
b) echo “Message”
c) cal
#!/bin/bash
# Script to Store given command and execute them
# ————————————————————————-
# Copyright (c) 2005 nixCraft project <http://cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# ————————————————————————-
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

