Archive: location

 

Posts Tagged ‘location’


Bash scripts are often used to work on files and the current working directory is of paramount importance. However, you may have scripts that are running in a development environment and also a live environment with different folder setups. To help with portability and remove the requirement to hard code paths, you can use this [...]