Skip to main content

Questions tagged [file-search]

0 votes
0 answers
49 views

If I place myself in some directory C and press the search lens and type some keywords, are files matching the keywords in directory C displayed first? This is not obvious, for instance if the search ...
user324831's user avatar
0 votes
0 answers
182 views

From this list, I am not able to do Search/Find for any specific folder name or file available in this directory. Any options available? Also, not able to type and move to any folder or file. Ex: if ...
Shanmuganathan K's user avatar
1 vote
4 answers
112 views

I have a need to search for many ( thousands) of dns within a large ( 7-10 GB) ldif file and print out the entries after it . I am mostly familiar with shell/python so tried to use awk for this and it ...
Yas V's user avatar
  • 11
0 votes
2 answers
260 views

Continuing find a file within a tar.gz archive, how is it possible to automatically recursively search for files with given names, including the files inside the archives and compressed archives? For ...
AlMa1r's user avatar
  • 1
0 votes
1 answer
74 views

Below is my sample test.log file export SQRDIR=/v/orahome/Middleware/Oracle/bin64 export OID=ap0092 export PWD=pass1 export FDPWD=pass1 export AP0085_PWD=pass1 export SVR=AFFPROD export ...
Ashar's user avatar
  • 527
-3 votes
1 answer
2k views

I ran this script in Windows Subsystem for Linux at the command line. I wanted to search for the latest files but I got the error message "no such file or directory", and so I wonder how do ...
Anna Nguyen's user avatar
0 votes
1 answer
60 views

I'm using WebLogic start script startmymanageserver1.sh that writes(appends) to a managedserver.log log file every time it is executed. The managedserver.log may have logs from the past few months ...
Ashar's user avatar
  • 527
0 votes
1 answer
1k views

I have the file archive.zip located in multiple directories, i.e.: dir/001/archive.zip dir/002/archive.zip dir/003/archive.zip ... Is there a way in which I can recursively unzip all the archive.zip ...
Ailema's user avatar
  • 1
0 votes
2 answers
115 views

Within the file, security.log I need to find how many IP addresses have the most DNSBL 5 rankings. This is what a line in this file can look like: Oct 24 00:00:28 MAIL-00 postfix/postscreen[10909]: ...
echo_LOGNAME's user avatar
3 votes
2 answers
2k views

I want to list the files that contain a pattern, without outputting the line(s) containing the pattern.  I assume that it's possible to do this with grep.  How should I use grep in that sense?  For ...
ecjb's user avatar
  • 495
0 votes
1 answer
158 views

I am using Linux Mint. There are several years worth of files and folders scattered everywhere. My goal is to find a way to search my entire hard drive for any video files that were created on a ...
securityauditor's user avatar
2 votes
1 answer
440 views

How would I go about finding all files recursively that have ACLs different from what I'm searching for? For example I would like to find all files in a directory that have ACLs that are not ...
Harry Muscle's user avatar
  • 2,707
4 votes
2 answers
1k views

I'm working with XML files, each of which could be dozens of lines long. There are literally hundreds of these files, all over a directory structure. Yes, it is Magento. I need to find the file that ...
dotancohen's user avatar
  • 16.6k
2 votes
1 answer
8k views

I like to search all PHP files and find a particular string that is identified by a regular expression. The regular expressions that I use to find the string is: \$[a-zA-Z0-9]{5,8}\s\=\s.{30,50}\;\$[a-...
TAPIO's user avatar
  • 23
2 votes
2 answers
1k views

This answer on opening all files in vim except [condition]: https://unix.stackexchange.com/a/149356/98426 gives an answer similar to this: find . \( -name '.?*' -prune \) -o -type f -print (I adapted ...
Yordan Grigorov's user avatar

15 30 50 per page
1
2 3 4 5
7