-
(friendlier with unix tools like grep,less etc which are line oriented)
-
**Output of 'strings libarm_compute.so | grep arm_compute_version':**
arm_compute_version=v24.04 Build options: {'Werror': '1', 'build_dir': '//acl/build', 'debug': '0', 'neon': '1', 'opencl': '0…
-
It looks like there might be a problem in `.pre-commit.sh`:
```sh
TXT_FILES=`git diff --cached --name-only | grep -E $TXT_FILE_PATTERN`
TXT_FILES="$TXT_FILES"`git diff --cached --name-only | grep -…
-
I found that the scripts used to get the CPU utilization rate are written as follows:
**"inline": "set cpu to do shell script \"ps -A -o %mem | awk '{s+=$1}END{print s}'\"\rreturn mem & \"%\""**
Bu…
-
I am building an image by assembling it from parts using COPY.
The final assembly is simply a list of `COPY --link --from=...` statements like
```Dockerfile
FROM ironforge.sh/stage1:$tag AS pre…
-
## Describe the bug
I'm using Webpack 5 (via `@symfony/webpack-encore`) and getting a bunch of errors when I import the components. It seems to be [a common problem](https://github.com/webpack/webp…
-
Hello, first of all thanks for this awesome utility.
I noticed something weird when running grep : it said my P-CPU usage was 100% whereas grep was only loading a single P-core (I confirmed this wi…
-
Something like
``` python
return subprocess.check_output("{} -help | grep Build".format(app), shell=True).strip().split()[-1].decode()
```
-
A similar problem raised in issue #1673 exists with CC-BY-2.5.html in that the nesting of `` within `` is invalid (the nested `` must be inside an `` element):
[source](https://github.com/spdx/lice…
ghost updated
6 months ago
-
> predefined filters is a cool feature! I think the simple version of this is the `-f` option of grep, which can specify patterns in text files.
> And i think it's would be better if klogg can also s…