AWK programming:To move a file

Hi All,

how to move a file from one location to another in Awk programming?

what command do i need to use?

Please help me with ur thoughts...

Thanks In Advance
Meva

you can move files with awk. awk is filtering tool.

you can do the same with unix mv command

Hi,

Have a look at the awk's system() function.