-
grep 사용법 내가 원하는 키워드가 있는지 검색하기!!★Linux★리눅스★/Linux★명령어★Ubuntu★command 2022. 3. 12. 21:52728x90
grep -i "cfg" src/main.rs ❯ grep -i "cfg" src/main.rs // #[cfg(not(target_os = "linux"))] // configuration #[cfg(target_os = "linux")] #[cfg(not(target_os = "linux"))]
main.rs 파일 안에
cfg 문구가 있으면
출력해줌. ㅋㅋ
대박
1분 59초에 나옴.
https://www.youtube.com/watch?v=rrB13utjYV4
grep 더 자세히 알아보기
Linux/Mac Terminal Tutorial:
The Grep❤️Command
- search Files and Directories for
- https://economiceco.tistory.com/m/12993
반응형'★Linux★리눅스★ > Linux★명령어★Ubuntu★command' 카테고리의 다른 글
[리눅스명령어ls]ls -la 해서 파일 자세히 의미list file and directory names and attributes (0) 2022.03.17 sudo shutdown -h now 맥os터미널 창에서 컴퓨터 종료 시키기 (0) 2022.03.16 Linus Torvalds ponders limits of automation as kernel release delayed (0) 2022.03.14 Bash 쉘 프로그래밍 - 6. 특수 기호 및 인용부호 (0) 2022.03.14 Bash Basic tutorial 8 (0) 2022.03.12 22 Essential Linux Commands(su, PATH, PIPING, cat, ps, bg, jobs…)- XPSTECH (0) 2022.03.09 Netstat)_ Monitoring Network Status With the netstat Command (0) 2022.03.08 mkdir -p 옵션의 의미 make directory (0) 2022.03.08