log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
yufei-luo
>
s_mart
view SMART/bacteriaRegulatoryRegion_Detection/listGff.sh @ 18:
94ab73e8a190
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
m-zytnicki
date
Mon, 29 Apr 2013 03:20:15 -0400
parents
children
line wrap:
on
line source
#!/bin/bash
awk '{print $3}' $1 | grep "[[:alpha:]]" | sort -n | uniq -c