curl command in linux
curl -o vue-v2.6.10.js https://cdn.jsdelivr.net/npm/vue/dist/vue.js#usage:
curl <url>
#it returns the raw text of the page (or anything else) at <url> in the internet
#to stdout
#examples:
#put the output into <file>
curl <url> > <file>
#to search for <pattern>
curl <url> | grep /<pattern>/
#to uncompress the output
curl <url> | gunzip
#you get the hang of it.
#helpful if you are testing a server :)
#be sure to be on bash or powershell!
Also in C++:
- bash how to generate md5 checksums on all files in a directory
- linux find files ending with
- git push specific branch
- apt clean cache
- how to get file type in linux
- add sudo user ubuntu
- git merge by ssh key
- linux see group memebers
- linux yaml validator command line
- install docker compose homebrew
- raspberry pi ubuntu server raspi-config
- bash similiar to choice in cmd
- aos animation vue
- pythonlibs install
- who is affected by meningitis
- E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
- linux backup ftp
- get current path unix
- sed up to first match
- get jq command
- change wallpaper command line linux
- how to pull the latest changes from git
- what all should be added to gitignore for django project
- how to update git