equal
deleted
inserted
replaced
81 |
81 |
82 ** List of package files. |
82 ** List of package files. |
83 |
83 |
84 $ cygcheck -l pkg-name |
84 $ cygcheck -l pkg-name |
85 |
85 |
86 ** Search package by file in installed packages. |
86 ** Search package by containing file (only under installed packages). |
87 |
87 |
88 $ cygcheck -f full-path-to-file |
88 $ cygcheck -f full-path-to-file |
|
89 |
|
90 ** Search packages by containing path (only under installed packages). |
|
91 |
|
92 $ for f in /etc/setup/*.lst.gz; do gzip -c -d $f | grep $WORD 2>&1 >/dev/null && { echo $f; break; } || :; done |
89 |
93 |
90 ** Search for package. |
94 ** Search for package. |
91 |
95 |
92 If you have file name or regex use (need internet connection): |
96 If you have file name or regex use (need internet connection): |
93 |
97 |