Also. If you do want to add an option to show the last few lines of the log using tail
instead of cat
will do it.
Also. If you do want to add an option to show the last few lines of the log using tail
instead of cat
will do it.
Rather than reading the whole log just to add a line to it, you can use >
to append to the end of the file.
function log()
{
local changelog="/run/media/jamie/DUAL/changelog"
if [ "$1" == "--view" ]; then
cat $changelog
else
echo "$(date +%D:%H:%M): $1" >> $changelog
fi
}
Scammers never let a good global crisis get in their way.
Set it and forget it, eh?
Any distro you like, as long as you stop futzing with it.
Seriously… they’re breaking because you change things. Linux machines stay up for years without issue. Stop breaking the install.
To those Americans: you know that means you get a king, right?