Tagged Questions

2
votes
5answers
283 views

Tarballing without git metadata

My source tree contains several directories which are using git source control and I need to tarball the whole tree excluding any references to the git metadata or custom log files. I thought I'd ...
2
votes
7answers
2k views

how to find files containing a string using egrep

I would like to find the files containing specific string under linux. I tried something like but could not succeed: find . -name *.txt | egrep mystring
1
vote
3answers
1k views

Find Non-UTF8 Filenames on Linux File System

O/S = Fedora Code 9. I have a number of files hiding in my LANG=en_US:UTF-8 filesystem that have been uploaded with unrecognisable characters in their filename. I need to search the filesystem and ...
0
votes
1answer
433 views

Using find or grep to locate filenames with accented characters from a different encoding system (Windows to Linux)

I tried to tag late onto a question similar to mine (Find Non-UTF8 Filenames on Linux File System) to elicit further replies, with no luck so far, so here goes again... I have the same problem as the ...