Okay, I'm trying to get a script to do one of the following:

        if [ sizeof(file1) < sizeof(file2)]; then
                cp file2 file3
        fi

or

        if [ sizeof(file1) < 1024 ]; then
                cp file2 file3
        fi


The above examples are illustrations only.  It is designed just to
give you an idea of what I am trying to do.  Anyone got any ideas?

Richard, you're the "script guru" :-), what do you think?

-- 
---Regards, Steve Youngs------------------------------------------
| On the box it said "Requires Windows 95, Windows NT or better" |
|                     So I installed Linux...                    |
-----------------Email:-<[EMAIL PROTECTED]>--ICQ:-34307457---

Reply via email to