Tag: location

Fish Alias/Function Location

The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’

whereis command

Find where the command executable is located… whereis perl

301 Redirect using PHP

301 Redirect using PHP header (‘HTTP/1.1 301 Moved Permanently’); header (‘Location: ‘.$new_location);