Quando executado em um terminal do sistema operacional Linux, o seguinte script em Bash:
tar -cvf files.tar `find /home/* -newer /home/marcador ! -type d -print`;
/bin/rm -f /home/marcador;
touch /home/marcador;
Quando executado em um terminal do sistema operacional Linux, o seguinte script em Bash:
tar -cvf files.tar `find /home/* -newer /home/marcador ! -type d -print`;
/bin/rm -f /home/marcador;
touch /home/marcador;