From 62e8d1f59ac041ae83acfb263eaadc3f823b18f9 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 10 Apr 2018 22:12:23 +0900 Subject: bashrc added timestep alias to put timestep on file names --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 82a94a2..8fc26fb 100644 --- a/bashrc +++ b/bashrc @@ -61,6 +61,7 @@ alias ups='\ps -fxww --format user,pid,ppid,pgid,tty,stat,start,bsdtime,command' alias pps='ps | grep -i $1' alias penv='env | grep -i $1' alias rsync='rsync --progress' +alias ts='date +%Y%m%d_%H\h%Mm' #}}} #{{{ color definition -- cgit v1.2.3