본문 바로가기

IT warehouse/mac

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

error ::

bash: ll: command not found

 

solution ::

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

source ~/.bash_profile