X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 May 2012 10:05 PM by  anon
RedHat linux and file_move procedure issues
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
09 May 2012 10:05 PM
    I'm running IDL 8.1 on Red Hat Enterprise Linux WS release 4 (Nahant Update 5) and I'm comming across this funny issue. When using file_move like below: file_move, zip_file, outfile, /allow_same, /overwrite I'm getting this prompt in the console: mv: overwrite `/work/srco/decision/output/local_archive/RTWP/IO_DIST_BOX.zip'? The same program is working fine on Red Hat Enterprise Linux Client release 5.5 (Tikanga) Can someone tell me what versions of Linux IDL 8.1 supports??

    Deleted User



    New Member


    Posts:
    New Member


    --
    11 May 2012 10:59 AM
    On linux systems, this prompt seems to print when using the '-i' switch with the mv command. Perhaps there is an alias on you Red Hat Enterprise Linux WS system that sets 'mv' to 'mv -i'. You can see a list of the aliases on your system by typing "alias" in the terminal window.
    You are not authorized to post a reply.