Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

1 byte removed, 10:47, 10 March 2021
Command Substitution / Math Operations
<span style="font-family:courier;font-weight:bold">file $(ls)<br>mail -s "message" $(cat email-list.txt) < message.txt<br>echo "The current directory is $(pwd)"<br>echo "The current hostname is $(hostname)"<br>echo "The date is: $(date +'%A %B %d, %Y')"<br>
 
<br><br>
'''Math Operations:'''
13,420
edits

Navigation menu