findinfiles Questions

4

Solved

I need to find all places in a bunch of HTML files, that lie in following structure (CSS): div.a ul.b or XPath: //div[@class="a"]//div[@class="b"] grep doesn't help me here. Is there a comman...
Hispanic asked 7/9, 2011 at 13:47

2

Solved

So in Visual Studios you can "Find in files" a string - I find this very useful to locate a file in which some markup or JS may be found, I use VS for my main code editor for Web development. The ...

2

Notepad++'s "Find in Files" is amazingly helpful. But I want to specify a bunch of directories in which the search should take place. Above you see me add the wildcards to the "Directory" field:...
Wame asked 1/2, 2016 at 17:46

3

Solved

I have a windows batch script that will look for a string within a file find /i "WD6" %Inputpath%file.txt if %errorlevel% == 0 GOTO somestuff Currently this is what my code looks like. I've come...
Accessary asked 20/7, 2015 at 14:10

5

In my .vimrc file, I have two very useful lines: set path=~/nbapp/** set backupdir=~/nbapp/temp The first line allows me to search in my project directory and subdirectories. The second line ma...
Yellowhammer asked 28/11, 2010 at 9:41

1

Solved

What happened to the Visual Studio extension for "Ultra Find"? I've seen references all over this site and the Internet for this allegedly awesome extension. Here are a couple of links: http://blo...
Limon asked 1/4, 2013 at 18:45

2

One features I like with Visual Studio is the ability to search in open files only. For example, if I recently did changes to some files and I would like to trace those changes, I might search for ...
Biak asked 27/2, 2011 at 8:4

3

Solved

I use vimgrep (or grep) to search in files inside vim, but I see it's quite inconvenient to have to write that every time I want to make search in vim. Any idea on how to make a suitable short-cu...
Auricula asked 14/11, 2010 at 6:52
1

© 2022 - 2024 — McMap. All rights reserved.