User Tools

Site Tools


shellscript

Shell Scripting

Execute shell script:

./script.sh
bash script.sh
source script.sh

Read user input:

read

Echo text to screen:

echo

Arithmetic operations:

let
expr

Conditional statements:

if
case

Loops:

for
while

Array operations:

declare 
read -a

Check file/directory existence:

[file] -e 
[file] -d 
[file] -f

Check file permissions:

[file] -r 
[file] -w 
[file] -x

Check file type:

[file] -b 
[file] -c 
[file] -L
[file] -S
shellscript.txt · Last modified: 2025/01/19 03:25 by 1211112228

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki