Posts Tagged With: location

Fish Alias/Function Location

Tagged with: , , , , , ,

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

No Comments »

whereis command

Tagged with: , , , , ,

Find where the command executable is located…


whereis perl
No Comments »

301 Redirect using PHP

Tagged with: , , , ,

301 Redirect using PHP


header ('HTTP/1.1 301 Moved Permanently');
header ('Location: '.$new_location);
No Comments »