This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 623
Unix Commands
Joy Arulraj edited this page Dec 15, 2016
·
1 revision
pgrep "peloton" | xargs ps fp
pkill -9 peloton
find . -name "*.cpp" -exec ls {} \;
find . -name "*.cpp" -exec sed -i 's/foo/bar/' {} \;
The shell script run.sh
is located in /scripts/oltpbenchmark
.