Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 애널리틱스4
- JPQL
- docker
- db종류
- JPA
- 티스토리챌린지
- analytics4
- 도커이미지
- DBMS
- gtihub
- spring
- java
- git pat
- macvlan
- IntelliJ
- docker build
- 자바
- 데이터내보내기
- ANTIFRAGILE
- 11월순위
- pat발급
- git branch 삭제
- 르세라핌
- docker push
- 명령어
- 오블완
- codeium
- 컬렉션프레임워크
- Python
Archives
- Today
- Total
목록2024/09/24 (1)
hanker
LINUX - RockyLinux 파일명 작은 따옴표 감싸지는 현상
RockyLinux에서 디렉터리 조회시(ls) 파일명에 작은따옴표로 감싸지는 현상은 파일명에 특수문자나 공백이 포함되어 있으면 감싸진다. 해결방법은 간단한데, vi /etc/profile 최하단에 export QUOTING_STYLE=literal 을 추가해주고 source /etc/profile 해주면 적용된다. https://unix.stackexchange.com/questions/258679/why-is-ls-suddenly-wrapping-items-with-spaces-in-single-quotes Why is 'ls' suddenly wrapping items with spaces in single quotes?I just noticed that on one of my machines..
SERVER/Linux
2024. 9. 24. 22:48