| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
Perintah-perintah berikut dapat digunakan di terminal dengan shell bash ataupun zsh.
| Perintah | Penjelasan | Contoh |
|---|---|---|
| pwd | Singkatan dari print work directory, berfungsi menampilkan path atau lokasi dari current directory (direktori saat ini kita berada) | pwd |
| ls | Singkatan dari list files & directories, berfungsi menampilkan berkas dan direktori yang ada di dalam current directory | ls |
| ls $path | Sama dengan ls tapi |
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |