Temporarily Ignore a Shell Alias by Using a Backslash

Temporarily Ignore a Shell Alias by Using a Backslash

If you've aliased a command with extra flags, here's 5 ways to easily run the raw command. Hit the subscribe button to receive more videos like this! COURSES --------------------------------------------------- Courses I've created that focus on web dev and deployment topics. ► https://nickjanetakis.com/courses/ THE TOOLS I USE / GEAR --------------------------------------------------- ► https://nickjanetakis.com/blog/the-to... FOLLOW ME ELSEWHERE --------------------------------------------------- ► Twitter:   / nickjanetakis   ► GitHub: https://github.com/nickjj TIMESTAMPS --------------------------------------------------- 0:00 -- Intro 0:07 -- Using a fairly standard ls alias with color support 0:38 -- Using a backslash, quotes or the full path to bypass a Shell alias 1:45 -- Applying this to the diff command if you have a custom alias 3:19 -- Which aliases do you skip once in a while?