pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
Paste Search Dynamic
Recent pastes
define Faridun 1999
43 minutes ago
Free HTTP /HTTPS proxy list
44 minutes ago
addEdge
53 minutes ago
Norway IPTV M3U playlist
54 minutes ago
getBytes
56 minutes ago
Russia m3u IPTV playlist
59 minutes ago
re.findall
7 hours ago
ReadLine
18 hours ago
USA IPTV M3U playlist
20 hours ago
letters array
23 hours ago
total:count
#!/bin/bash
# your code goes here
awk
'BEGIN{FS="-";count=0}{
if(($2==$3)&&($3==$4)){
print $1"-"$2"-"$3"-"$4;
count+=1;
}
}
END{
print"Total: "count;
}'
Parsed in 0.004 seconds
Please enable JavaScript to view the
comments powered by Disqus.