Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

131 bytes added, 14:17, 2 March 2021
Using Variables in Shell Scripts
''Examples:''
<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>
===Using Control Flow Statements in Shell Scripts===
13,420
edits

Navigation menu