프로그래머에게 최적화된 grep과 같은 검색 도구. 추가 정보: 훨씬 빠른 rg 명령어도 참고. 더 많은 정보: https://beyondgrep.com/documentation.
ack "{{검색_패턴}}"
ack --ignore-case "{{검색_패턴}}"
ack -o "{{검색_패턴}}"
ack --type {{ruby}} "{{검색_패턴}}"
ack --type no{{ruby}} "{{검색_패턴}}"
ack --count --no-filename "{{검색_패턴}}"
ack --count --files-with-matches "{{검색_패턴}}"
--type
과 함께 사용할 수 있는 모든 값을 나열:ack --help-types