我是職場菜鳥,linux新手,我想問假設我用Bernie帳號登入系統,那現在的位置
就是在我的家目錄底下,然後我編輯一個makefile內容如下:
Setting:
export YOUR_PATH=~/test
cd ${YOUR_PATH}
結束 makefile編輯回到命令列並打上 [Bernie@localhost ~]$ make Setting
為啥[Bernie@localhost ~]不能變成[Bernie@localhost test]?????
那我該怎麼做才能達成這目的呢?感謝各位前輩。
--
就是在我的家目錄底下,然後我編輯一個makefile內容如下:
Setting:
export YOUR_PATH=~/test
cd ${YOUR_PATH}
結束 makefile編輯回到命令列並打上 [Bernie@localhost ~]$ make Setting
為啥[Bernie@localhost ~]不能變成[Bernie@localhost test]?????
那我該怎麼做才能達成這目的呢?感謝各位前輩。
--
All Comments