bash ls without substring
# Note: there isn't an ls command specifically, BUT:
# you could use the 'find' command instead
# syntax ("!" is the entry for not)
find *</path/to/folder> ! -name '*<substring to exclude>'
# example
find /jacquesk/home/RandomFiles ! -name '*ExcludeFile*.txt'
# This will list all the files in the current directory
# of "/jacquesk/home/RandomFiles" that does NOT contain
# "ExcludeFile" (anywhere in the string) AND do not end in ".txt"
Also in Shell:
- git config --global credential.helper osxkeychain
- install zsh debian
- how to push force git
- how to make your own linux distro
- how to know if keras is installed
- powershell output text file
- how to install pytorch 0.4.1
- shell copy
- git push existing code to new repository
- bash create file
- linux check ip address command
- upgrade node version
- git match remote master
- git bash set global username and password
- how to get ssh access to a computer
- switch session windows tmux
- : sudo apt install apache2
- Habilitar la ejecución de scripts para Powershell
- how to install pipenv
- run screen on background linux terminal
- crop video from specific time to specific time ffmpeg
- php my admin
- checking for existing ssh keys
- create github repo with curl