From 821ca287ce3ea6aed103fcce513a370e8b6e578f Mon Sep 17 00:00:00 2001 From: adefaria Date: Wed, 30 Apr 2014 14:53:22 -0700 Subject: [PATCH] Some updates to doskey.mac... --- etc/doskey.mac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/doskey.mac b/etc/doskey.mac index 9cae752..4f9dec6 100644 --- a/etc/doskey.mac +++ b/etc/doskey.mac @@ -1,10 +1,13 @@ +;= rem doskey macros to make cmd more Linux like ls=dir /w $* ll=dir /n /-c /q /ta $* ct=cleartool $* -grep=find "$1" $* +grep=findstr $* rm=del $* cp=copy $* -perl=\\rtnlprod02\viewstore\PMO\CM_TOOLS\perl\bin\perl $* +cat=type $* +history=doskey /history +asperl=C:\Perl\bin\perl $* lsvob=cleartool lsvob $* llvob=cleartool lsvob -long $* lsview=cleartool lsview $* @@ -53,5 +56,4 @@ llreplica=multitool lsreplica -long -vob $* lsepoch=multitool lsepoch -vob $* llepoch=multitool lsepoch -long -vob $* chepoch=multitool chepoch -vob $* -syncreplica=multitool syncreplica $* - +syncreplica=multitool syncreplica $* \ No newline at end of file -- 2.17.1