- or download this
#!/usr/bin/perl
open INF, '<', 'zanzibar.txt' or die $!;
sleep 300;
close INF or die $!;
- or download this
roboticus@swill$ ls
zanzibar.txt
...
roboticus@swill$ rm zanzibar.txt
roboticus@swill$ ls
zanzibar.txt
- or download this
roboticus@swill$ ls
roboticus@swill$