How to delete unix files which are more than 3 days old?



How to delete unix files which are more than 3 days old?..

Answer / Kuldeep Pal

To delete Unix files that are older than 3 days, you can use the 'find' command: `find /path/to/directory -type f -mtime +3 -exec rm {} ;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Sybase Interview Questions

What are the best monitoring tools for the sybase database?

1 Answers  


How do I remove duplicate rows from a table in sybase?

1 Answers  


What is this tds protocol in sybase?

1 Answers  


How to fix a munged log in sybase?

1 Answers  


How do I open sybase control center?

1 Answers  


Tempdb is full. How would you clear it?

1 Answers  


You need to add a notnull column in a table by using alter command (without using default command). How would you do that?

1 Answers  


What is cis and how can I use it?

1 Answers  


What is the role of replication server in sybase?

1 Answers  


How can I improve throughput in sybase?

1 Answers  


How do I turn off marked suspect on my database in sybase?

1 Answers  


What is replication server?

1 Answers  


Categories