본문 바로가기
Ubuntu

[Ubuntu 22.04.01 LTS] ll 명령어 등록하기(ls -al)

by UpDream- 2022. 11. 10.
$ vi ~/.bash_profile

내용 추가
alias ll="ls -al"

$ source ~/.bash_profile

 

출처==[Linux] ll 명령어 등록하기(ls -al) : 네이버 블로그 (naver.com)