diff --git a/2025.04.13_custom_linux_command/one_letter.sh b/2025.04.13_custom_linux_command/simple_command.sh similarity index 74% rename from 2025.04.13_custom_linux_command/one_letter.sh rename to 2025.04.13_custom_linux_command/simple_command.sh index 60243f0..f127e7b 100644 --- a/2025.04.13_custom_linux_command/one_letter.sh +++ b/2025.04.13_custom_linux_command/simple_command.sh @@ -1,5 +1,7 @@ alias q="qstat" +alias qn="qstat -n" + alias p="pbsnodes -l free" alias s="squeue" \ No newline at end of file