unix - Is it possible to create a shell script used as soft link? -


i not know if there way create shell script soft link/symbolic link? thank you.

type in terminal:

ln -s /path/to/shell/script/to/be/linked /path/to/shell/script/soft/link 

example: ln -s /usr/local/script1.sh /usr/scripts/

this command create soft link script1.sh in folder /usr/scripts

note: can execute shell script using soft link itself


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -