function hist --argument arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8
--description search in command history, height arguments, AND operator
history |grep -v \^hist |grep "$arg1" |grep "$arg2" |grep "$arg3"
|grep "$arg4" |grep "$arg5" |grep "$arg6" |grep "$arg7" |grep "$arg8"
end
hist \#tag test "ech.*lo tag!"
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users