
command line - How to find a directory on linux? - Super User
This question is about how to find a directory whose name you know, not how to find a directory whose name you know (approximately). Besides, the accepted answer (from over 6 years …
Find a Directory/Folder with CMD without knowing full path
Feb 7, 2015 · I don't know the full path to a folder, just the folder name. I would like to find everywhere where this folder is using CMD. Is there a command that does this? I am looking …
How can I find a lost folder in Outlook? - Super User
Oct 30, 2009 · How can I find a folder that was accidentally moved into an unknown folder in Outlook? I can find messages in the folder and looking at their properties gives me the name …
bash - Search with "grep" for folder names - Super User
Apr 5, 2011 · When using grep you can search for a specific regex, but only inside of a file. Is there any way, I can search for a folder name?
How do I find a file by filename in Mac OSX terminal?
When I tried find, and used: find -name abc.dmg -path /, I got errors back. What is the proper syntax to find a file by filename with the find command on a Mac OSX terminal?
Find out which process is locking a file or folder in Windows
Mar 9, 2010 · 1324 How can I find out which process is locking a file or folder in Windows? For instance, when trying to delete a folder, Windows reports this: The action can't be completed …
How can I check the size of a folder from the Windows command …
Nov 7, 2014 · 68 I want to use the Windows command line to calculate the size of all the files in a folder and subfolder. I would normally do this by right-clicking on the folder and clicking …
How can I search a file by its name and partial path?
May 22, 2015 · find . -path "*content/docs/file.xml" As the man page describes it: $ find . -name *.c -print find: paths must precede expression This happens because *.c has been expanded by …
Where are Microsoft Teams background images located on a …
Mar 14, 2023 · Where are the image files used for Microsoft Teams backgrounds stroed on a Windows 10 computer? I've looked through …
Finding the physical local path associated with a Share UNC folder
Mar 2, 2016 · 65 Let's say I am Admin on a server named "Server1" and a share exists using the UNC path \\\Server1\Share1. If I remote to Server 1 and log in as Admin, how do I find the …