BSFL
0.1.0
Bash Shell Function Library
|
Functions | |
device_exists (device) | |
Tests if a device exists. More... | |
directory_exists (directory) | |
Tests if a directory exists. More... | |
file_exists (file) | |
Tests if a file exists. More... | |
device_exists | ( | device | ) |
Tests if a device exists.
device | Device file to operate on. |
0 | if the device exists. |
1 | in others cases. |
directory_exists | ( | directory | ) |
Tests if a directory exists.
directory | Directory to operate on. |
0 | if the directory exists. |
1 | in others cases. |
file_exists | ( | file | ) |
Tests if a file exists.
file | File to operate on. |
0 | if the (regular) file exists. |
1 | in others cases. |