Search Results

Search: Posts Made By: anjas
2,024
Posted By anjas
Hi, Thanks for the solution. It's working...
Hi, Thanks for the solution. It's working smoothly :)
2,024
Posted By anjas
The difference between end number in the early row and the start number in the next
Hi Power User,


I'm trying to compute this kind of text file format:

file1:


jakarta 100 150
jakarta 170 210
beijing 220 250
beijing 260 280
beijing 290 ...
1,386
Posted By anjas
Joining paragraph and comparing the difference
Hi Power User,:)

I have this tipe of file:

file1:


HEAD
HAIR
FINGER
NAIL

THUMB
HEAD
HAIR

NOSE
HEAD
LEG
ARM
Forum: Programming 07-24-2009
5,989
Posted By anjas
Converting distance list to distance matrix in R
Hi power user,

I have this type of data (distance list):

file1

A B 10
B C 20
C D 50I want output like this

# A B C D
A 0 10 30 80
B 10 0 20...
2,029
Posted By anjas
Sorry for the mistakes. Now, I repaired the...
Sorry for the mistakes. Now, I repaired the posting.

Hi power user,

Basically, this thread is a continuation of the previous one :

Making Connection nodes for Graph

However, I'm going to...
2,029
Posted By anjas
Making Large Connection nodes for Graph
Hi power user,

Basically, this thread is a continuation of the previous one :):

https://www.unix.com/shell-programming-scripting/110650-making-connection-nodes-graph.html#post302326483
...
2,791
Posted By anjas
Tx for the scripts. However, I have another...
Tx for the scripts. However, I have another problem, which is related to the previous one. For example, if I have this file:

file1
aa A 3
aa B 4
aa C 5
bb X 6
bb Y 7
bb Z 8
cc...
2,791
Posted By anjas
Tx for the answer. I have tried the first script,...
Tx for the answer. I have tried the first script, and it worked great :)
2,791
Posted By anjas
Making Connection nodes for Graph
Hi Power User,

I have this following data:

file1
aa A
aa B
aa C
bb X
bb Y
bb Z
cc O...
2,857
Posted By anjas
joining files with different rows and colum
Hi all,

I have two files:

file one (9 rows, 3 columns):

A 1 x1
B 2 f1
C 3 f3
D 4 u5
E 5 l9
F 6 h6
G 7 g4
H ...
2,788
Posted By anjas
Sorting with unique piping for a lot of files
Hi power user,

if I have this file:

file1.txt:

1111
1111
2222
2222
3333
3333
3333
4444
4444
4444

when I run the
sort file1.txt | uniq > data1.txt
the result is
3,368
Posted By anjas
Thanks..The script is working fine....;)
Thanks..The script is working fine....;)
3,368
Posted By anjas
Tx for the reply..I have tried all of them, and...
Tx for the reply..I have tried all of them, and they work..:). However, I have one question remain...If the total amount of file is 100 or more (file1, file2,.....file100, file101, filen) , Is there...
3,368
Posted By anjas
conserved pattern is the same pattern in those...
conserved pattern is the same pattern in those three files...Maybe I'm going to make it clearer now

I have tree files:

file 1:
AAA
BBB
CCC
DDD

file2:
CCC
BBB
DDD ...
3,368
Posted By anjas
Finding conserved pattern in different files
Hi power user,

For examples, I have three different files:

file 1: file2: file 3:

AAA CCC ZZZ
BBB BBB CCC
CCC ...
21,698
Posted By anjas
Search for very specific pattern with less
Hi,

I want to search a certain pattern with less command in a files. For examples, I have a files with this entry:

POLAR xx
POLARX xc ...
Showing results 1 to 16 of 16

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