"Apk add grep"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;apk add grep <syntaxhighlight lang='console'> # grep --version grep: unrecognized option: version BusyBox v1.32.1 () multi-call binary. ... </syntaxhighligh...)
 
 
29번째 줄: 29번째 줄:
<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
</syntaxhighlight>
</syntaxhighlight>
==같이 보기==
* [[BusyBox grep]]


[[분류: apk add]]
[[분류: apk add]]
[[분류: grep]]
[[분류: grep]]

2021년 6월 1일 (화) 16:48 기준 최신판

1 개요[ | ]

apk add grep
# grep --version
grep: unrecognized option: version
BusyBox v1.32.1 () multi-call binary.
...
# apk add --no-cache grep
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz
(1/2) Installing pcre (8.44-r0)
(2/2) Installing grep (3.6-r0)
Executing busybox-1.32.1-r6.trigger
OK: 6 MiB in 16 packages
# grep --version
grep (GNU grep) 3.6
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and others; see
<https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.

2 같이 보기[ | ]

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