IT warehouse/mac

Mac에서 "ll" 명령어 command not found 에러 발생시 해결 방법

insummersnow 2019. 7. 23. 17:58

error ::

bash: ll: command not found

 

solution ::

echo "alias ll='ls -lGaf'" >> ~/.bash_profile

source ~/.bash_profile