From a8bb557a65eeb88c18da2a1c1e10bd114acd18fb Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Wed, 16 Apr 2025 04:50:31 +0800 Subject: [PATCH] update --- .../{one_letter.sh => simple_command.sh} | 2 ++ 1 file changed, 2 insertions(+) rename 2025.04.13_custom_linux_command/{one_letter.sh => simple_command.sh} (74%) 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