Using Dirwalk To Generate A Filelist
I have a directory of .faa files, from which I want to be able to generate a filelist that can be referenced for a program. I want to be able to automate this process because there are too many files to enter manually. I was told that Dirwalk can accomplish this but am confused on how to use it. Any help?
Thanks
• 1,608 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Nothing personal, but this is a question you should be asking in a programming Q&A forum such as stackoverflow.com. Vote to close.
This is more of a pure computing question than a bioinformatics question.
Yes, I'm afraid this is more a pure computing question than a bioinformatics question. Ask in another forum. Or try "ls -1 *.faa > files.txt" at the Linux terminal command prompt.