Need to split the file path/directory and use it as an argument using shell script
我需要拆分文件路径/目录,并使用shell脚本将其用作参数。
我有一个文件路径:
请建议如何在shell脚本中实现。
这些命令非常有用:
1 2 3 4 | $ basename /path/to/name name $ dirname /path/to/name /path/to |
我需要拆分文件路径/目录,并使用shell脚本将其用作参数。
我有一个文件路径:
请建议如何在shell脚本中实现。
这些命令非常有用:
1 2 3 4 | $ basename /path/to/name name $ dirname /path/to/name /path/to |