From: adefaria Date: Wed, 30 Apr 2014 21:53:22 +0000 (-0700) Subject: Some updates to doskey.mac... X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=821ca287ce3ea6aed103fcce513a370e8b6e578f;p=clearscm.git Some updates to doskey.mac... --- 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