Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hello, I need to find file in Linux. Grep is looking for a pattern inside the file. I don't need any pattern, I just need to find file with a certain name.
find has many advanced options, but to do what you want, do find /path/to/search -name filename
If your not root, depending on where you search (like /), you may want to tack a 2> /dev/null on the end so you don't see "Permission denied" messages.
Summary: To execute a file in linux you just type ./filename when in the same dir as the file, or /path/to/filename Thie does not work for .exe's though, they are windows executables, not linux executables, b...
Summary: Does anybody know if there is some way to play Windows Media Video 8 files in Linux? I have to use Windows 2000 now, but I was just wondering if I could do it in Linux. ...