Jump to content

Recommended Posts

Posted

I powershell så finns det ett kommando som heter Get-Command och det berättar vart ett kommando eller program finns. Till exempel

Quote

PS C:\Users> get-command notepad

CommandType     Name    Version    Source
-----------     ----     -------    ------
Application     notepad.exe    10.0.1904… C:\WINDOWS\system32\notepad.exe

 

Finns det något motsvarande för Linux? Jag antar att jag kan använda find eller liknande, men Get-Command hanterar ju det där med path och hittar det program som faktiskt körs. Det är det jag är ute efter.

  • Solution
Posted (edited)

det jag hittat och fått fungera hyfsat är ex.

which nemo

som visar /usr/bin/nemo

Dock listas program som inte körs och program som körs under java eller flatpack visas inte

command -V nemo eller command -v nemo liksom även type -P nemo fungerar likadant

Edited by Mikael63
  • Thanks 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...