Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash time execution

start=`date +%s`
stuff
end=`date +%s`

runtime=$((end-start))
Comment

bash measure execution time

time yourscript.sh
Comment

PREVIOUS NEXT
Code Example
Shell :: update manjaro system 
Shell :: Untracked files: (use "git add <file..." to include in what will be committed) 
Shell :: how to install intellij on manjaro 
Shell :: raspberrypi open ports 
Shell :: sveltekit normalize css 
Shell :: linux rename command incremental 
Shell :: install pygraphviz 
Shell :: sudoers nopasswd 
Shell :: install free dbeaver ubuntu 16.04 
Shell :: pip fork install 
Shell :: delete all deployments kubernetes 
Shell :: ubuntu show memory usage 
Shell :: apt install postgres client 
Shell :: apache config file 
Shell :: qts linux show process port 
Shell :: change github remote repo 
Shell :: xlsx Module ../../xlsx/types has no exported member IProperties. Did you mean Properties? 
Shell :: git autocomplete branch name mac 
Shell :: how to clean pod in react native 
Shell :: ubuntu video player 
Shell :: Exception: Error running pod install flutter on iod 
Shell :: install older version of npm 
Shell :: openbullet 2 kali linux 
Shell :: uninstall service cmd 
Shell :: install ruby ubuntu 20.04 
Shell :: purge a software linux 
Shell :: how to install davinci resolve on ubuntu 
Shell :: know kernel version linux mint 
Shell :: pip uninstall package and dependencies 
Shell :: inodes full 100% 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =