Last active
July 10, 2023 20:24
-
-
Save justingoldberg/c030db9ca491b0105e9c1c0fadc555e8 to your computer and use it in GitHub Desktop.
MacOSX / Linux Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Recreate Linux commands on MacOS | |
#Imperfect, this is a work in progress. | |
#alias lsusb="ioreg -p IOUSB -w0 | sed 's/[^o]*o //; s/@.*$//' | grep -v '^Root.*'" | |
alias lsusb="diskutil list" | |
alias blkid="df -Hl" | |
alias lsblk="df -Hl" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment