logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 62f506db60f7aa20d7975211bddeffbb65073480
parent d4e3d8fd7a3fbb15844393b32867d01025e1bf32
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 13 Feb 2022 00:18:40 +0100

bin/args.1: Create

Diffstat:

Abin/args.120++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/bin/args.1 b/bin/args.1 @@ -0,0 +1,20 @@ +.\" Collection of Unix tools, comparable to coreutils +.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> +.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +.Dd 2022-02-13 +.Dt ARGS 1 +.Os +.Sh NAME +.Nm args +.Nd dump all passed arguments +.Sh SYNOPSIS +.Nm +.Op Ar arguments +.Sh DESCRIPTION +.Nm +will print out all the arguments passed to it. +This is intended as a tool for shell debugging. +.Sh EXIT STATUS +.Ex -std +.Sh AUTHORS +.An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me