BASH

By kimot, 25 December, 2022
activemqApache ActiveMQ - message broker written in java ( https://activemq.apache.org )
ansibleIT automation system ( https://www.ansible.com )
antApache Ant - tool for building Java applications ( https://ant.apache.org )
ant-docDocumentation files for Apache Ant
autoconfMacros that produce shell scripts to automatically configure software source code packages

Tags

By kimot, 25 December, 2022

To find file/s with specific name 
find /directory_to_search -name file_name 
when omitted QSYS.LIB 
find / -type d -name QSYS.LIB -prune -o -name 'file_name' -print 
or 

Tags

By kimot, 25 December, 2022

RPM (Red Hat Package Manager) command is used for installing, uninstalling, upgrading, querying, listing, and checking  packages.

Tags