Skip to main content

Questions tagged [duplicate]

This tag is ambiguous. Please use a more precise tag instead.

0 votes
1 answer
496 views

I want to clone/duplicate all udp traffic incoming on port 8500 to port 8600. It is important that the source address is not modified. Also both ports must be accessible by applications (the packets ...
mirokai's user avatar
  • 43
0 votes
0 answers
35 views

I don't know where the 2nd "phantom" home dir came from. Properties folder shows it's 4K. The "real" home directory is 128,000+ files and 208GB. User10489 had the answer: a symlink ...
R E Brinson's user avatar
0 votes
3 answers
73 views

I have the following example of a dataframe.Where you see that elements of 3nd column could be duplicated.I want to keep the entry which has the highest value in column 5 Meaning that for AGCCCGGGG I ...
Anna Antonatou -Pappaioannou's user avatar
0 votes
3 answers
144 views

Good day. I have a text file which contains pod/node names and associated IPv6 addresses of which two pods have the same IP address, first pod k8-worker0001c-cif-9d86d6dd4-vf9b9 and last pod k8-...
Bjoern's user avatar
  • 59
0 votes
2 answers
195 views

My data looks like: A 4 G 1 G 1 C 4 C 2 C 2 T 6 T 5 T 5 A 6 T 2 T 2 C 6 T 2 T 2 T 6 G 2 G 2 I am trying the command: awk -F " " '$1==$3 {$7=$6; print $0;} $1==$5 {$7=$4; print $...
user563991's user avatar
1 vote
1 answer
1k views

Using arp-scan to get a list of returned duplicate IP address. However, arp-scan will list duplicate IP with the same MAC address. I get a sorted output of asx.txt (shortened for brevity) arp-scan 172....
user avatar
0 votes
0 answers
213 views

I have a file that would like to filter duplicate values based column 1 and 6 ID,sample,NAME,reference,app_name,appession_id,workflow,execution_status,status,date_created 1,ABC,XYZ,DOP,2022-08-18 13:...
nbn's user avatar
  • 113
1 vote
1 answer
371 views

I want to sort following strings by the number and remove duplication in a file cat311 celine434 celine434 celine5 jimmy12 john44 john41 to be celine5 jimmy12 john41 john44 cat311 celine434
user8090410's user avatar
0 votes
0 answers
80 views

I have many backups of a same file. Is there a way to transform that into incremental backup? Those files aren't exactly the same (not same timestamps sometimes, sometimes new data appended here and ...
aac's user avatar
  • 155
-1 votes
1 answer
133 views

Using uniq it is possible to filter out sequential duplicate lines. while (true) do echo 1; echo 2; echo 2; echo 1; sleep 1; done | uniq becomes: 1 2 1 Is there a way to have duplicated sequential ...
Jose Gómez's user avatar
-1 votes
1 answer
2k views

I have 12 text files all in one folder, each with about 5 million lines, each file has no duplicate line on its own but there are duplicated across multiple files, I want to remove the duplicate lines ...
Surprise Awofemi's user avatar
1 vote
2 answers
1k views

I'm trying to edit a text file containing several duplicates. The goal is to keep only the first match of a string and remove the rest duplicate lines of the same string. In the example file * Title 1 ...
yeyin33455's user avatar
2 votes
1 answer
2k views

I have recently installed PIPX on MAC running Big Sur and ZSH shell. During the install it prompted for the following to be added to the .zshrc file.... # Created by `pipx` on 2021-03-20 14:22:23 ...
KB_cov's user avatar
  • 39
0 votes
0 answers
198 views

I have a process outputing an MJPEG video stream, which I pipe into ffmpeg to reduce framerate and then to a socket. raspivid -t 999999 -cd MJPEG -w 1920 -h 1080 -o - | ffmpeg -i - -f mjpeg -r 2 - | ...
Ivan Koshelev's user avatar
1 vote
1 answer
923 views

In exploring options to merge two folders, I've come across a very powerful tool known as rmlint. It has some useful documentation (and Gentle Guide). I have a scenario that I previously mentioned and ...
ylluminate's user avatar

15 30 50 per page
1
2 3 4 5 6