When should i use [] or [[]]?

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers When should i use [] or [[]]?
# 8  
Old 09-01-2016
Hi,
For my part, with bash, i use [[ ]] for regular expression (operator '=~' ) that not work with [ ].

Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question