I have a folder with several files. These files are either .xml or .zip files.
These .zip files contain .xml and/or .zip files. These .zip contains also .xml or .zip, and so on... until we finally found .xml files.
In others words, I can have several "levels" of zip before finding my .xml files (cf.
Dear Gurus,
I have 57 tab-delimited different text files, each one containing entries in 3 columns. The first column in each file contains names of objects. Some names are present in more than one file.
I have a couple of text files
which are named as
Code:
1.txt
2.txt
1000.txt
11.txt
I want to cat/merge the contents of each text file into one single file like this
Code:
1
content of 1.txt
2
content of 2.txt
1000
content of 1000.txt
11
content of 11.txt
I can merge the files and insert a space between the contents of the files using the awk
Code:
awk 'FNR==1{print &
i am supporting a number of bespoke applications at the minute and searching through their very non standard logs is a nightmare, so im looking for a tool which can do the following -
load large text files
search through multiple files at once and display all results
can search with regex
can be used to view and search unstructured text files
There are some great looking log tools available b
I've found out this is not as easy as I thought at first:on the other OS we know,all text files end with the .txt extension,which makes searching for them quite straightforward-no such thing on Linux,so how can I search for text files in a directory where they may be (and actually are) intermixed with all kinds of other files ?
I know that I can convert pdf files to text files one by one like this :
$ pdftotext filename.pdf
But is there a single command that would make that conversion without specifying separate file names so as to convert them all?
I see here, on Wikipedia, that "Wildcards (*), for example $ pdftotext *pdf, for converting multiple files, cannot be used because pdftotext expects only one file name."
Hi,
I have the following files.
cat 1.txt
Quote:
chr1 100 200
chr1 200 300
chr1 1000 1200
chr2 300 400
chr2 400 500
chr2 600 900
chr2 1200 1800
chrz 100 200
chrz 300 400
chrz 400 500
cat 2.txt
Quote:
chr1 100 200
chr1 130 220
chr1 498 600
chr1 700 820
chr1 1499 1600
chr1 1800 1920
chr2 301 330
hello,
I would appreciate a little assistance with a process I'm trying to automate. I have several files that are zipped in central location, all follow the same naming conventions i.e (file 1, file 2, etc).
I am wondering if I can refer to files inside JAR or ZIP files using URLs.