##// END OF EJS Templates
search: fix bug where file path link was wrong when the repository...
search: fix bug where file path link was wrong when the repository name was in the file path, fixes #4228

File last commit:

r1:854a839a default
r797:ff35bfc3 default
Show More
mem_watch
1 line | 151 B | text/plain | TextLexer
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'