[systemd-devel] consider renaming "-.slice"

Mantas Mikulėnas grawity at gmail.com
Thu Jan 16 03:56:21 PST 2014


On Jan 16, 2014 9:34 AM, "Holger Schurig" <holgerschurig at gmail.com> wrote:
>
> Please consider renamign "-.slice", because this sucks:
>
> # cd /lib/systemd/system
> # grep -r user@ *
> grep: invalid option -- '.'
> Usage: grep [OPTION]... PATTERN [FILE]...
> Try 'grep --help' for more information.
>
>
> Yes, I know that I can use "grep -r -- user@ *", but this is just
inconvenient.

You can also use `grep -r user@ .` since you're passing -r anyway. (Latest
grep even uses . as the default with -r.)

Or you can use `grep -r user@ ./*`

> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20140116/49bc9d10/attachment.html>


More information about the systemd-devel mailing list