如何在 Ubuntu 14.0 中找到自定义命令的 shell 脚本文件

How to find out the shell script file of a custom Command in Ubuntu 14.0

有没有办法在系统中找到自定义命令的.sh文件

试试这些选项中的任何一个 - 第一个是最快的:

  • type my_script

  • locate my_script

  • find / -type f -name my_script