File Explorer

/proc/2/root/usr/share/awk

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
27 files
libintl.awk238 B · 15 lines
function bindtextdomain(dir, domain){    return dir} function dcgettext(string, domain, category){    return string} function dcngettext(string1, string2, number, domain, category){    return (number == 1 ? string1 : string2)}