You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Type","Short desrc","Command","Hints'n Long Descr""APACHE","Check PDO status","php -i|grep PDO","PHP Command Line Interface ’CLI’""APACHE","Disable module","a2dismod php7.2","disable an apache2 module""SYSTEM","Check active GPU driver","glxinfo | grep -e OpenGL.vendor -e OpenGL.renderer","Check active GPU driver""SYSTEM","Check video drivers in use","lspci -n -n -k | grep -A 2 -e VGA -e 3D","Check video drivers in use""USBIP","Start usbip lacer laptop","systemctl start usbip-device@2-1.4","-""USBIP","usbip list -r server_IP_address","usbip list -r 192.168.74.12","ja"
How to get result from cat via fzh into existing command line?
I would also like to get a short tip on how to remove the double quotes at the same time.
My Linux experience is limited, but I've searched around and finds only solutions for fish shell
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using bash
I have a file ~/tmp/myCmdCheatSheet.csv
The command I'm using:
cat ~/tmp/myCmdCheatSheet.csv | fzf | cut -d "," -f3The result is printed on screen, but I then have to copy and paste it on to the command line myself.
How to get result from cat via fzh into existing command line?
I would also like to get a short tip on how to remove the double quotes at the same time.
My Linux experience is limited, but I've searched around and finds only solutions for fish shell
Beta Was this translation helpful? Give feedback.
All reactions