bash シェルの任意の場所から C プログラムを起動する方法を知りたいです。
.bash_profile
ホームフォルダーのファイルにエイリアスを定義してみました。
Y で試してみてください:
1)exec /Users/memmaker650/Desktop/Scripts/script_renombrar_series/name
bash シェルによるエラー
-bash: /Users/memmaker650/Desktop/Scripts/script_renombrar_series/name: No such file or directory
-bash: exec: /Users/memmaker650/Desktop/Scripts/script_renombrar_series/name: cannot execute: No such file or directory
2)./Users/memmaker650/Desktop/Scripts/script_renombrar_series/name
bash シェルによるエラー
-bash: ./Users/memmaker650/Desktop/Scripts/script_renombrar_series/name: No such file or directory
しかし、どちらも機能しません。私が間違っていることは何ですか?
前もって感謝します。