Mercurial > index.cgi > dotfiles
comparison .screenrcs/root-tiger-nfs @ 103:23384e94013c
Different quotes required
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 18 Dec 2013 17:11:07 -0500 |
parents | 966c1e0b0a97 |
children | 35386d23b884 |
comparison
equal
deleted
inserted
replaced
102:ecb2cac8df97 | 103:23384e94013c |
---|---|
7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " | 7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " |
8 hardstatus alwayslastline | 8 hardstatus alwayslastline |
9 activity "^GActivity in window %n" | 9 activity "^GActivity in window %n" |
10 | 10 |
11 screen -t syslog 0 | 11 screen -t syslog 0 |
12 stuff 'tail -F /var/log/messages | egrep -v \'(TRAPMGR|kernel: iptables|pbs_server|power limit|OpenSM.*Loading Cached Option|mlx4_core.*mlx4_eq_int: MLX4_EVENT_TYPE_SRQ_LIMIT|ufm_ibsim: ufm read topology)\' | 12 stuff "tail -F /var/log/messages | egrep -v \'(TRAPMGR|kernel: iptables|pbs_server|power limit|OpenSM.*Loading Cached Option|mlx4_core.*mlx4_eq_int: MLX4_EVENT_TYPE_SRQ_LIMIT|ufm_ibsim: ufm read topology)\' |
13 ' | 13 " |
14 | 14 |
15 screen -t opensm 1 | 15 screen -t opensm 1 |
16 stuff 'tail -F /opt/ufm/files/log/opensm.log | 16 stuff 'tail -F /opt/ufm/files/log/opensm.log |
17 ' | 17 ' |
18 | 18 |