-
There is an issue I believe with the code for the home fuse mount service, specifically here:
https://github.com/nix-community/impermanence/blob/0d09341beeaa2367bac5d718df1404bf2ce45e6f/home-manage…
-
$ b4 --version
0.14.2
$ b4 shazam -sl ""
Look at Reported-by tag.
I it will look like this:
"Reported-by:"
Compare with:
https://lore.kernel.org/linux-ide/20241023105540.1070012-2-cassel@ke…
-
I think we may have missed creating a breaking change notice related to:
- https://github.com/dotnet/runtime/issues/107172
- https://github.com/dotnet/runtime/issues/98797#issuecomment-1964553152
I …
-
`grep todo` normally shows you only those lines where it discovered the word "todo", but `grep todo -C n` will show you the `n` preceding lines and the `n` subsequent lines as well. (If you want more …
-
This would make this tool a LOT more useful! Examples include when finding error rows I basically always want to see the surrounding context, which is not possible at the moment.
-
Format of logs rn:
```bash
+ blkid /dev/mapper/crypted -o export
+ grep -q '^TYPE='
+ mkfs.btrfs /dev/mapper/crypted -f
+ rm -rf /tmp/tmp.tsScPEKz1v
+ device=/dev/vdb
+ imageName=main
+ imageSize=2G …
-
hi, during the massive importing data, I notice several log like this:
```
INFO | server has same asset | file=1946/11/VID_20121102_090926.mp4 info="the server has this file" time="2024-11-07T12:1…
-
Grep has this options:
-a, --text
Treat all files as ASCII text. Normally grep will simply print ``Binary file ... matches'' if files contain binary characters. Use of this option for…
-
### Related problem
I was exploring ways to check for the existence of a search term in a string consisting of several words in nu. I want to know if the search term matches one of the words in the…
-
_From @petdance on November 18, 2016 21:49_
I think a lot of people use ack strictly because of the grouping and the pretty colors. It's trivial to make grep do this and then you don't have to use a…