Search Results

Search: Posts Made By: d.the.duck
18,785
Posted By d.the.duck
All good points
I am still somewhat of a n00b myself, so forgive the poor Perl. And I tend to default to perl, and rarely use shell scripts.
18,785
Posted By d.the.duck
Cron, daemon, either way
You could just create a small perl program that would do that for you. something like

#!/usr/bin/perl
use strict;
use warnings;

my $target = "/usb/videos";
my $prefix = "/videos";
my...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy