Search Results

Search: Posts Made By: jasonhawaii
1,143
Posted By jasonhawaii
Thanks Jim. I m still learning. I need to read up...
Thanks Jim. I m still learning. I need to read up some more.
1,143
Posted By jasonhawaii
Find a string in all files and echo a message
Hi. I m trying to figure out how to do this.

I have a directory full of files (100 files) and I want to be able to search for a string called "end" at the end of the files (last line or last 5...
1,858
Posted By jasonhawaii
I got: removes all files named file.1 ...
I got:

removes all files named file.1

find . -name file.1 -exec rm '{}' ';'
1,858
Posted By jasonhawaii
how to remove same file in the dir and subs?
Hi all,

Let say I have abc.gif file in the dir:

A
A/Sub1
A/Sub2

This abc.gif file is located in each of the dir and its sub. I want to be able to remove it at once w/out going into each...
Showing results 1 to 4 of 4

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