AI·빅데이터 융합 경영학 Study Note
리눅스 shell script 등 본문
ec2-user@ip-172-31-38-145:~> cat ./a.sh
ls
touch iiiiiii
ls
rm iiiiiii
ls
ec2-user@ip-172-31-38-145:~> ./a.sh
a.sh bin hh lshome.sh sample2.txt sample3.txt ss test test.sh
a.sh bin hh iiiiiii lshome.sh sample2.txt sample3.txt ss test test.sh
a.sh bin hh lshome.sh sample2.txt sample3.txt ss test test.sh
ec2-user@ip-172-31-38-145:~> a.sh
If 'a.sh' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf a.sh
ec2-user@ip-172-31-38-145:~> ./a.sh
a.sh bin hh lshome.sh sample2.txt sample3.txt ss test test.sh
a.sh bin hh iiiiiii lshome.sh sample2.txt sample3.txt ss test test.sh
a.sh bin hh lshome.sh sample2.txt sample3.txt ss test test.sh
ec2-user@ip-172-31-38-145:~> alias ll='ls -al'
ㅣㄴ
링크
'EC2·Linux' 카테고리의 다른 글
우분투 리눅스 설치 (0) | 2024.05.01 |
---|---|
cmd 폴더 이동 명령어 (1) | 2024.01.28 |
리눅스 와일드 카드 (0) | 2022.12.26 |
리눅스 팁. (0) | 2022.12.23 |
Linux에 파이썬 설치 후 간단 테스트 (0) | 2022.12.22 |