Search Results

Search: Posts Made By: Con592
2,728
Posted By Con592
Instead of \t is there something for a space?
Instead of \t is there something for a space?
2,728
Posted By Con592
Thanks I am looking more into the awk command ...
Thanks I am looking more into the awk command

---------- Post updated at 04:02 PM ---------- Previous update was at 02:55 PM ----------


awk -v OFS="\t" '
BEGIN {print "Owner name file...
2,728
Posted By Con592
I am running: find "directory" -type f...
I am running:

find "directory" -type f -name "*.exe" -mmin -1440 -ls
And getting the output:
-rwxrw-r-- 10 root root 2048 Sep 18 11:11 afile.exe I would like the output:
Owner...
2,728
Posted By Con592
I am running find "directory" -type f -name...
I am running
find "directory" -type f -name "*.ext" -mmin -1440 -ls | sed -s ^"directory"
trying to remove the full filepath. The result I am wanting is a headed set of files that have been...
2,728
Posted By Con592
What options are available to edit the results,...
What options are available to edit the results, for example I am trying to remove the full file path to only show the file name. I am wanting to remove the permissions that are displayed as well. I...
2,728
Posted By Con592
Yes -ls works didn't know this worked with find.
Yes -ls works didn't know this worked with find.
2,728
Posted By Con592
Hi, Thanks for the info. How can...
Hi,
Thanks for the info.


How can I get more info from the find output, for example modified date etc in the output?
2,728
Posted By Con592
Find (directory) –name “*.file extention” –mmin...
Find (directory) –name “*.file extention” –mmin -1440 – print
Is basically giving me what I am after just wanting the files to display in the results though not full paths?



Please use CODE...
2,728
Posted By Con592
Grep Script
Hi,
New to scripting and looking for some help.
I am trying to write a script that will search a specified directory for any new or modified files within the last 7 days and display the results....
Showing results 1 to 9 of 9

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