Search Results

Search: Posts Made By: mazhar803
3,850
Posted By mazhar803
Changing the extension of the file
I have a list of files in a particular folder
Example:
File name - sample.F1.test

I want to change the extension of the above file to .csv
The final file should be renamed as sample.csv
67,386
Posted By mazhar803
Renaming the File in UNIX
I have many files in a particular folder(all ending with extension .F1.Test). I need a unix command that will change my file extension from .F1.Test to .csv

I tried giving the command as "ren...
Forum: Solaris 09-26-2007
25,588
Posted By mazhar803
Delete files without deleting directories
------------------------------------------------------------------------I am able to delete the files from the given path, where files are older than 24 hours.
But it is also going inside the...
Forum: Solaris 09-25-2007
25,588
Posted By mazhar803
Delete Older files more than 24 hours
----------------------------------------------------------------------
Since in future, we will be migrating to Unix Box, so then in that case, this command will work perfectly fine...right?

find...
Forum: Solaris 09-25-2007
25,588
Posted By mazhar803
Delete Older files more than 24 hours
--------------------------------------------------------------------
So my Final shell script should be this as below..Right??

find /usr/temp/**/cookies.html -type f -mtime (mh+24) -exec rm -f...
Forum: Solaris 09-24-2007
25,588
Posted By mazhar803
Deleting Files Older than 24 hours
Hi,

I am using Solaris Box, I need to delete file(cookies.html) from the path(/usr/temp) which are older than 24 hours(I want in hours, not in days)

Can u provide the command for the above query
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 02:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy