Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wildcards linux

*  ------> Matches any characters
? -------> Matches any single character
[characters] Matches any character that is a member of the set of characters
[!characters] Matches any character that is NOT a member of the set of characters
[[:class:]] Matches any character that is a member of the specified class

eg: [[:upper:]]* any file that begins with an uppercase letter
Comment

PREVIOUS NEXT
Code Example
Shell :: fetch only one branch 
Shell :: store all terminal output in a file 
Shell :: How to open a code editor in github 
Shell :: bash_logout 
Shell :: tar -cxvf other directory 
Shell :: example use & 
Shell :: sudo kill code for shutting down 48 
Shell :: phenix applyncs 
Shell :: how to compile semaphore.h in terminal 
Shell :: no matches found: *.dmg 
Shell :: Tech-Chat github karshunibremen 
Shell :: shell_to_meterpreter 
Shell :: troll someone 
Shell :: rsync follow symlink 
Shell :: install fly on ubuntu 
Shell :: axel download google drive 
Shell :: Wrong number of arguments for specified --cluster sub command 
Shell :: dolphin service menus 
Shell :: How to edit unit file content with systemctl command 
Shell :: how to generate a resolver in the cli 
Shell :: step8 pgadmin ubuntu 20.04 
Shell :: How to install monaca font in Ubuntu 
Shell :: Install Kite for Linux 
Shell :: concatenate strings in bash 
Shell :: create a new repo 
Shell :: pyinstaller version file 
Shell :: install openwhisk 
Shell :: run specific unit test c# 
Shell :: cat to line number 
Shell :: linux boot sequence step by step 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =