russalo@blog
russalo@blog ~ % ls -t posts/ | grep "#linux"

#linux

1 published post

Move a Live Log Without Losing a Line You can relocate a file a process is actively writing — even the log of the session doing the moving — without dropping a byte. One Unix fact makes it safe: an open file descriptor is bound to the inode, not the path.
russalo@blog ~ % cd ..