how to wget the actual script with preserve timed
by redhatwannabe from LinuxQuestions.org on (#5DM4F)
Dear all,
originally i was having problems downloading the script but as of now I've already resolved the issue after posting. Here's how i wget the script with the original time stamp
Code:wget -S --user-agent="Mozilla/4.0 (Windows; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)" "https://oracle-base.com/dba/script_creation/role_ddl.sql" -O "/cygdrive/c/Users/yury/database/dba/sqlplus/scripts/get_ddl/get_role_ddl/role_ddl.sql" --no-check-certificate
many thanks


originally i was having problems downloading the script but as of now I've already resolved the issue after posting. Here's how i wget the script with the original time stamp
Code:wget -S --user-agent="Mozilla/4.0 (Windows; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)" "https://oracle-base.com/dba/script_creation/role_ddl.sql" -O "/cygdrive/c/Users/yury/database/dba/sqlplus/scripts/get_ddl/get_role_ddl/role_ddl.sql" --no-check-certificate
many thanks