bash function for rpm whatprovides
Sometimes some simple one-liner function can save you a lot of time, like-
wps () { rpm -q --whatprovides $(which $1 ) } # ---------- end of function wps ----------
Related Articles:
- 2018/03/19 mv command with progress
- 2018/12/10 Directories with maximum number of files
- 2018/03/12 Highest disk usage of directory in subdirectories
- 2015/11/30 Disk usage by file type
- 2014/10/13 nice little bash function to search for running processes
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.