On Mar 30, 2010, at 1:43 PM, Steven Scott wrote:

> 'type' is a dos command - I think you're looking for 'cat

Type is fish command that prints the type of an item.

nburl...@shinjitsu ~> type vi
vi is /usr/bin/vi
nburl...@shinjitsu ~> type help
help is a function with definition

function help --description 'Show help for the fish shell'
        
        # Declare variables to set correct scope
        set -l fish_browser
        set -l fish_browser_bg

        set -l h syntax completion editor job-control todo bugs history 
killring help
........



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to