리눅스 ls 파일명 따옴표

1 개요[ | ]

리눅스 ls 파일명 따옴표
root@localhost:/tmp/test1# ls
'a$b'  'a!b'  'a"b'  'a&b'  "a'b"  'a()b'  'a*b'  'a<>b'  'a=b'  'a?b'  'a[]b'  'a\b'  'a^b'  'a`b'  'a|b'   OOOO~#%+-:@_{},.KKKK
root@localhost:/tmp/test1# find -type f | sort
./a$b
./a!b
./a"b
./a&b
./a'b
./a()b
./a*b
./a<>b
./a=b
./a?b
./a[]b
./a\b
./a^b
./a`b
./a|b
./OOOO~#%+-:@_{},.KKKK

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}