2 shell script tagged "current date"
- Shell Script To Display Logged in Users, Your UserName and Date / Time
- Shell Script to display current date, calendar, and the number of user logged
Shell Script To Display Logged in Users, Your UserName and Date / Time
This script use the concept of command substitution. It allows allows the output of a command to replace the command name. There are two forms:
$(command)
or
`command`
Bash shell performs the expansion by executing command and replacing the command substitution with the standard output of the command, with any trailing newlines deleted. Embedded newlines [...]
Viewing 1-2 of 2 shell scripts. ( see all popular tags )

