Search Results

Search: Posts Made By: mib
53,626
Posted By mib
./script creates a new shell and executes each...
./script creates a new shell and executes each command in the script within the new shell. When the end of the script file is encountered, the new shell exits. Any changes in the new shell caused by...
35,233
Posted By mib
A hard link is a link in the same filesystem with...
A hard link is a link in the same filesystem with two i-node table entries pointing to the same physical contents (with the same i-node number because they point to the same data). If you want to see...
248,909
Posted By mib
chown -R user /path/to/dir
chown -R user /path/to/dir
103,954
Posted By mib
in bash shell it is something like this.... ...
in bash shell it is something like this....

function function-name {
shell commands...
}

or just

function-name () {
shell commands...
}

#!/bin/bash

test ()
{
echo Hey I...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy