Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon May
config
Commits
4333bebf
Commit
4333bebf
authored
May 28, 2020
by
Simon May
Browse files
Add alias to touch files recursively
parent
da4cbbc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.alias
View file @
4333bebf
...
...
@@ -9,10 +9,13 @@ alias colordiff='git diff --no-index'
alias afs-auth='kinit smay@MPA-GARCHING.MPG.DE && aklog mpa-garching.mpg.de'
alias touch-r='find . -type f -exec touch "{}" +'
# SLURM aliases
alias sq='squeue -o "%.8Q %.8i %16j %7u %2t %.16V %.16S %.8M %.3D %R" -S "-t,-Q,i"'
alias sq-long='squeue -o "%.8Q %.5i %63j %7u %2t %.16V %.16S %.8M %.3D %R" -S "-t,-Q,i"'
alias sq-own='squeue -u "$USER" -o "%.8Q %.8i %25j %2t %.16S %.3D %5P %R" -S "P,-t,i"'
alias sq-own-long='squeue -u "$USER" -o "%.8Q %.8i %35j %2t %.16S %.3D %5P %6R" -S "P,-t,i"'
alias srun-ifreya='srun --immediate --nodes=1 --pty --time=01:00:00'
alias srun-idraco='srun --immediate --nodes=1 --pty --time=00:30:00 --partition express'
alias srun-icobra='srun-idraco'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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