locate Questions

2

We have Centos 7. Trying to use the 'locate' command yields nothing, even if the searched file[s] actually exist. No error is printed. Also executed 'sudo updatedb' to update the 'locate' indexes. ...
Gorcock asked 15/5, 2016 at 5:37

5

Solved

Ideally, I would be able to use a program like find [file or directory name] to report the paths with matching filenames/directories. Unfortunately this seems to only check the current di...
Altorelievo asked 9/7, 2014 at 13:46

8

Solved

I have been searching for a command that will return files from the current directory which contain a string in the filename. I have seen locate and find commands that can find files beginnin...
Sonya asked 4/7, 2012 at 12:19

5

Solved

I've upgraded to VS2010 and am looking for the vbuild executable. For VS2008, it was under: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild.exe Where is it for VS2010?...
Exemplificative asked 13/10, 2011 at 22:59

4

I have used most of the element locators while testing with Selenium, but very low frequently used the 'TagName' locator. Please give an example.
Magdaleno asked 6/12, 2015 at 9:17

1

Solved

I would like to convert the string "23/02/2018" to a date format as 23-fev-2018. Most importanly is that, the month must be in portuguese language, refering to fevereiro. My issue is that usually...
Precentor asked 12/3, 2018 at 23:53

3

I am trying the below xpath for Label, but I'm not able to locate the element. driver.findElement(By.xpath("//div[label[contains(text(),'Patient's Name']]")).isEnabled(); XPath: .//*[@id='update...
Coherence asked 24/9, 2013 at 17:25

1

Solved

How can we use locate function or a same operation function using a calculated field in delphi Tadotable? something like this SampleAdotable.locate('samplefield',text,[lopartialkey]); where sampl...
Hesperian asked 24/8, 2017 at 12:38

2

I tried installing gtk and glib using sudo apt-get install libglib2.0-dev and sudo apt-get install libgtk2.0-dev but locate glib.h does not return any path for glib results of locate glib.h a...
Newman asked 30/7, 2017 at 14:57

3

Solved

As it says in the description. I first check our database is up to date bin $ sudo /usr/libexec/locate.updatedb Password: #password entered and function executed without errors I then try and sear...
Euchre asked 8/4, 2013 at 19:37

2

Solved

Say I want to find all files in /Path named file_name*. Easy: $ find /Path -name "file_name*" /Path/foo1/file_name1.txt /Path/foo2/file_name2.txt /Path/bar3/file_name3.txt /Path/bar4/file_name4.tx...
Helmut asked 20/10, 2015 at 16:15

1

Solved

I try to find a file with locate command. It behaves itself some strange with patterns, at least not like ls or find commands. I do the following: sh@sh:~$ locate rhythmdb /home/sh/.local/share/...
Disembody asked 23/6, 2013 at 16:27

4

Solved

How I can make the grep command locate certain words in the files specified by the routes found by the locate command? locate my.cnf | grep user (I want that grep command search the word "user" ...
Paranoid asked 10/9, 2012 at 15:42

4

Solved

I'm trying to use grep to automatically locate the bibtex program in the user's bin folder. The problem is, it frequently returns a directory with the name bibtex, which means that the script fail...
Gilmagilman asked 7/5, 2012 at 14:34

1

Solved

I get this error when running my perl code Can't locate File/Glob.pm in @INC (@INC contains: D:/tools/lib .) at directory.pl line 2. line 2: @files=<*>; When i run the command, I get, Y:\...
Winery asked 17/1, 2011 at 19:17

4

Solved

D6 prof. Formerly we used DBISAM and DBISAMTable. That handle the RecNo, and it is working good with modifications (Delete, edit, etc). Now we replaced with ElevateDB, that don't handle RecNo, an...
Muoimuon asked 8/6, 2010 at 8:12

5

Solved

I recently moved my whole local web development area over to using MacPorts stuff, rather than using MAMP on my Mac. I've been getting into Python/Django and didn't really need MAMP any more. Thin...
Brilliant asked 29/6, 2009 at 22:35
1

© 2022 - 2024 — McMap. All rights reserved.