Skip to content

Instantly share code, notes, and snippets.

@dmarchuk
Created August 9, 2018 16:52
Show Gist options
  • Save dmarchuk/fa4c6c2b7bb330a59dbe3c63bd196f30 to your computer and use it in GitHub Desktop.
Save dmarchuk/fa4c6c2b7bb330a59dbe3c63bd196f30 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in `seq 1 50`;
do
rg -F id=$i\).price;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment