## page was copied from DnsTemplate
##master-page:HelpTemplate

<<Navigation(children,1)>>

<<TableOfContents()>>
[[../環境変数]]


30 Bash Script Examples
https://linuxhint.com/30_bash_script_examples/

https://www.macs.hw.ac.uk/~hwloidl/Courses/LinuxIntro/x695.html

https://www.guru99.com/introduction-to-shell-scripting.html

== whois ==
echo

{{{
#!/bin/bash
echo "Printing text with newline"
echo -n "Printing text without newline"
echo -e "\nRemoving \t backslash \t characters\n"
}}}

== sleep ==
{{{

echo “Completed”
}}}
----
CategoryDns CategoryWatch CategoryTemplate