Replacing rc(8) (Was: FreeBSD Boot Times)

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Fri Jun 22 07:02:47 UTC 2012


>> why adding solaris style command to add a line in text file. just edit a
> text file.
>>
>
> Scripting?



echo newserviceline >>file

grep -v servicetoberemoved file >file.new;mv file.new file



More information about the freebsd-hackers mailing list