Skip to content

Instantly share code, notes, and snippets.

@rakeshsukla53
Created March 12, 2015 01:14
Show Gist options
  • Save rakeshsukla53/a26904dadafbdab83a66 to your computer and use it in GitHub Desktop.
Save rakeshsukla53/a26904dadafbdab83a66 to your computer and use it in GitHub Desktop.
Interesting list of linux commands
1- curl www.website.com/ | grep '^<a href=.*title=$' > new1.txt
this will fetch all the links stored in a given website and display it into the file new1.txt
2-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment