Friday, June 5, 2020

linux - excluding certain files from the directory and printing

ls /etc/sudoers.d/ --ignore="*.*" --ignore="*~"| xargs cat

No comments:

Post a Comment

Sonarqube Upgrade from 9.4.4 to 9.9.4 LTS

 Issue:  1) Java hasbeen upgraded from 11 to Open JDK 17. And Sonarqube is upgraded from 9.4 to 9.9.4. 2) After the upgrade sonarqube servic...