Hi,
I'm trying to pass the current month and day to a variable for puposes
of renaming and archiving files. Here's the basic idea;
#!/bin/sh
v_date= date +%m%d
mv file "file$v_date"
I've tried various combinations of single and double quotes on both
lines with no success. Any help is greatly appreciated. Thanks in
advance,
Larry