Print the time taken to execute a program, similar to linux time command.
Version : 1.0
File Name : timex.ps1
Author : Adewale Azeez - iamthecarisma@gmail.com
Date : August-28-2021
Print the time taken to execute a program, similar to linux time command.
timex [[-Commands] <String[]>] [<CommonParameters>]
the commands to execute or the file to execute
attr |
value |
---|---|
Required? |
false |
Position? |
1 |
Default value |
|
Accept pipeline input? |
false |
Accept wildcard characters? |
false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
[System.String]
[System.String]
timex dir
28-Aug-21 07:56 PM
.
28-Aug-21 07:53 PM
28-Aug-21 07:56 PM 9 .gitattributes
28-Aug-21 07:56 PM 60 .gitignore
2 File(s) 69 bytes Dir(s) 56,581,320,704 bytes free
real: 0m0.902s user: 0m0.864s sys: 0m0.032s