Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
datautils
Commits
c44a119c
Commit
c44a119c
authored
Nov 06, 2015
by
Holger Brandl
Browse files
increased bjloop interval to 5s
parent
f466500a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bash/lsf_utils.sh
View file @
c44a119c
...
...
@@ -199,7 +199,7 @@ bjloop(){
## http://theunixshell.blogspot.de/2012/12/print-first-80-characters-in-line.html
bjobs
-w
|
head
-n
50 |
cut
-c1-100
bjobs |
awk
'{print $3}'
|
sort
|
uniq
-c
|
head
-n2
sleep
2
sleep
5
done
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment