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.
...
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...
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.
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...
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...
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...
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/...
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...
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:\...
4
Solved
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...
1
© 2022 - 2024 — McMap. All rights reserved.