#!/bin/bash echo "hi this is shell" echo $BASH echo $PWD echo $HOME value=1 echo $value echo $VALUE #not possible to fetch In shell scripting, you can compare both ...
ls # List files and directories cd # Change directory pwd # Print current working directory mkdir dir # Create a new directory rm file # Remove a file rm -r dir # Remove a directory and its contents ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results