wileyhy

Results 64 comments of wileyhy

`egrep` isn't POSIX any more, as it happens. > The Open Group Base Specifications Issue 7, 2018 edition > IEEE Std 1003.1-2017 > ... > C.4.2 Utilities Removed in the...

[lynis-bug-1416-unified-diff.txt](https://github.com/CISOfy/lynis/files/11850241/lynis-bug-1416-unified-diff.txt)

[lynis-bug-1415-unified-diff.txt](https://github.com/CISOfy/lynis/files/11850185/lynis-bug-1415-unified-diff.txt)

[lynis-bug-1418-unified-diff.txt](https://github.com/CISOfy/lynis/files/11850720/lynis-bug-1418-unified-diff.txt)

Hey, Well, I'm still a bit of a newbie with such questions, so... To me it seems like, since '/tmp' is hard-coded a value of last resort, that providing the...

Here's a write up on the pitfall underlying SC2015. https://mywiki.wooledge.org/BashPitfalls#cmd1_.26.26_cmd2_.7C.7C_cmd3 On Thu, Oct 3, 2024, 21:58 Jakub Kapusta ***@***.***> wrote: > Workaround: Currently this can be bypassed by using command...

It's something that could in theory become a maintenance issue later on, ie, years down the line. If the assignment to ENVVAR was ever commented / deleted / moved /...

I wouldn't consider -b to be a sufficient safeguard, myself, no. My understanding is that in Linux any character except Ascii Nul can be used in a filename. In Posix...

I agree, deduplication would save users' some time. A lot of people might value something like that. Meanwhile, here's a workaround for you. :-) Cheers, Wiley ~ $ head -v...

On June 17, 2023, Jake Turner wrote: > "SC2120 and SC2119 both complain about references to the script's parameters, as in $@, $1, etc. I am not referencing these parameters....