Search Results

Search: Posts Made By: oliv66
Forum: Debian 04-16-2014
3,737
Posted By in2nix4life
To show which package a file belongs to: dpkg...
To show which package a file belongs to:
dpkg -S /usr/lib/rtkit/rtkit-daemon | awk -F: '{print $1}'
rtkit

To show package information:
apt-cache show rtkit
1,856
Posted By vbe
Thanks vgersh99, I missed the commas separated (...
Thanks vgersh99, I missed the commas separated ( dificult to do 2 things at a time...)
1,856
Posted By vgersh99
one way: awk '1' ORS=, myFile| sed...
one way:

awk '1' ORS=, myFile| sed 's/,$/\n/'
or
xargs < myFile | sed 's/ /,/g'
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 03:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy