Skip to content

Instantly share code, notes, and snippets.

@lrvick
Created September 23, 2019 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrvick/fccf6ff27bd79125a06698f7fa9487b5 to your computer and use it in GitHub Desktop.
Save lrvick/fccf6ff27bd79125a06698f7fa9487b5 to your computer and use it in GitHub Desktop.
Higgs files. They don't exist when you look at them
root@aosp-build-aosp-local:/usr/local/bin# ls -lah .
total 334M
drwxr-xr-x 1 root root 178 Sep 22 23:02 .drwxr-xr-x 1 root root 72 Jul 19 02:03 ..
-rwsr-xr-x 1 root root 4.2M Sep 22 04:13 fixuid
-rwxr-xr-x 1 root root 13M Sep 22 04:13 glide
-rwxr-xr-x 1 root root 37M Sep 22 04:17 helm
-rwxr-xr-x 1 root root 56M Sep 22 04:14 kubectl-rwxr-xr-x 1 root root 62M Sep 22 04:21 terraform
-rwxr-xr-x 1 root root 68M Sep 22 04:24 terraform-provider-helm
-rwxr-xr-x 1 root root 59M Sep 22 04:22 terraform-provider-kubernetes
-rwxr-xr-x 1 root root 38M Sep 22 04:17 tiller
root@aosp-build-aosp-local:/usr/local/bin# exec terraform
bash: /usr/local/bin/terraform: No such file or directoryroot@aosp-build-aosp-local:/usr/local/bin# bash -c "/usr/local/bin/terraform"
bash: /usr/local/bin/terraform: No such file or directory
root@aosp-build-aosp-local:/usr/local/bin# kubectl bash: /usr/local/bin/kubectl: No such file or directory
root@aosp-build-aosp-local:/usr/local/bin# terraform
bash: /usr/local/bin/terraform: No such file or directory
root@aosp-build-aosp-local:/usr/local/bin# which kubectl
/usr/local/bin/kubectlroot@aosp-build-aosp-local:/usr/local/bin# which terraform
/usr/local/bin/terraformroot@aosp-build-aosp-local:/usr/local/bin# +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment