Hello,
I am inherting this automated script from the old sys admin, Would anybody please explain that to me? I do get this file called SIM07.txt every night, it would be depiped and this depiped file being compared to last night file and the diffrence being imported to our system, anyway this script stopped working last week and trying to figure out what is going on?
/usr/bin/diff /Volumes/Housing/UCSB\ Files/SIMSR/SIMD07-old.txt /Volumes/Housing/UCSB\ Files/SIMSR/SIMD07_depiped.txt | /usr/bin/perl -e 'while (<STDIN>) { if ($_ =~ /^>/) { $_ =~ s/^> //; print $_;}}' > /Volumes/Housing/UCSB\ Files/SIMSR/dir_toimport.txt;
thanks for your help,
-Popak
I am inherting this automated script from the old sys admin, Would anybody please explain that to me? I do get this file called SIM07.txt every night, it would be depiped and this depiped file being compared to last night file and the diffrence being imported to our system, anyway this script stopped working last week and trying to figure out what is going on?
/usr/bin/diff /Volumes/Housing/UCSB\ Files/SIMSR/SIMD07-old.txt /Volumes/Housing/UCSB\ Files/SIMSR/SIMD07_depiped.txt | /usr/bin/perl -e 'while (<STDIN>) { if ($_ =~ /^>/) { $_ =~ s/^> //; print $_;}}' > /Volumes/Housing/UCSB\ Files/SIMSR/dir_toimport.txt;
thanks for your help,
-Popak