linux command

which

Linux Command – which ใช้ในการตำแหน่ง file program

 

คำสั่ง

which <program>

$ which perl
/usr/bin/perl

 

โครงสร้างคำสั่ง

 which [-a] filename ...

 

รายละเอียด

เป็นคำสั่งที่ใช้ในการตำแหน่ง file program เช่น binary, soruce หรือ manual page คล้าย find หรือ whereis แต่ความสามารถต่ำกว่า

 

Option

  -a     print all matching pathnames of each argument

 

กลุ่มคำสั่ง

find, whereis

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

Leave a Reply