GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FISH_STATUS_TO_SIGNAL(1) fish-shell FISH_STATUS_TO_SIGNAL(1)

fish_status_to_signal - convert exit codes to human-friendly signals

fish_status_to_signal NUM

function fish_prompt

echo -n (fish_status_to_signal $pipestatus | string join '|') (prompt_pwd) '$ ' end


fish_status_to_signal converts exit codes to their corresponding human-friendly signals if one exists. This is likely to be useful for prompts in conjunction with the $status and $pipestatus variables.

>_ sleep 5
^C⏎
>_ fish_status_to_signal $status
SIGINT


2024, fish-shell developers

July 5, 2025 4.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.