* Matthew Stoltenberg <[email protected]> [18.03.2013 11:05]:
> Can we do the same for . in favor of source?  You can't exactly grep
> for '.'

fgrep "." "$file". The normal grep invokes regex, which
does "grep -f" not.

bye, bastian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to