Skip to content

Instantly share code, notes, and snippets.

@HongKilDong
Last active August 22, 2023 17:43
Show Gist options
  • Save HongKilDong/510f749341372ba6426fb4cdd29be8c1 to your computer and use it in GitHub Desktop.
Save HongKilDong/510f749341372ba6426fb4cdd29be8c1 to your computer and use it in GitHub Desktop.
for i in {1..100}; do <command or multiple commands divided by >; done
for i in {1..10}; do php80 bin/console-test app:remove-old-data; mysql homequote -e 'select min(created_at) from visit'; for j in {1..20}; do echo $j; sleep 1; done; done
for i in $( ls *.log-* ); do mv $i ${i%.}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment