Search Results

Search: Posts Made By: godzilla07
1,261
Posted By godzilla07
Thanks. I decided to just replace the .dylib...
Thanks. I decided to just replace the .dylib files with the older ones .
1,261
Posted By godzilla07
Xserver shared library link is gone
I am administering an Xserver v10.6.8 and I updated the ports using Macports self update. I received this error when calling the program R

dyld: Library not loaded:...
13,906
Posted By godzilla07
grep specific number from a list of numbers
Hello. I have 9060 files labelled File1 to File9060. They are in numerical order. When I grep a file eg. File90 it will show me all files that contain the pattern "File90", eg File901 or File9001....
2,307
Posted By godzilla07
Thanks. The problem was that the character /...
Thanks. The problem was that the character / could not be tolerated in a variable used by grep. I changed it to _ and then the script worked. Thanks for all the input.
2,307
Posted By godzilla07
Hello ahamed101. You are correct. I want to...
Hello ahamed101. You are correct. I want to make a subset of $a.txt files from the larger file.txt. The problem is that the program only works to stdout but won't work when directed output to a...
2,307
Posted By godzilla07
Each $a in the B.txt are single lines that look...
Each $a in the B.txt are single lines that look like
GA2_0019_FC:7:1:2190:1031#0/1
file.txt looks like over a million lines of DNA sequence data called a fasta format...
2,307
Posted By godzilla07
grep a variable from list
I have a script to create a variable from a list, B.txt and then search it in another file, file.txt and then print the pattern line and next line.

#!/bin/bash
while read a
do
echo "$a" |...
1,309
Posted By godzilla07
Thanks. When I use this program I get this...
Thanks. When I use this program I get this message on every line.

")syntax error: invalid arithmetic operator (error token is "
my files have large numbers like 6280051. Could this be a...
1,309
Posted By godzilla07
The desired output from the example would be 2...
The desired output from the example would be
2 5 5
47 700 76
The first two columns would be from file1 and the last column from file2
1,309
Posted By godzilla07
search for matching value between lists
Hello. I have two very large files, file1 and file2. File1 has two columns of paired numbers eg.
2 5
9 17
47 700
File1 has one column of...
4,098
Posted By godzilla07
search multiple patterns
I have two lists in a file that look like
a b
b a
e f
c d
f e
d c

I would like a final list
a b
c d
e f

I've tried multiple grep and awk but can't get it to work
4,506
Posted By godzilla07
re vlookup
Thankyou very much. It worked well!
4,506
Posted By godzilla07
merge files like VLOOKUP
I would like to merge data from a reference file and a data file to produce a new output file as shown below.
Reference file,data file,output file
a , b 2 , a 0
b , d 4 , b 2
...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 02:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy