LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

line

reads a single line from standard input and writes it to standard output

TLDR

Read a single line of input
$ line
copy

SYNOPSIS

line

DESCRIPTION

line reads a single line from standard input and writes it to standard output. It is a simple utility for reading exactly one line in shell scripts.

INSTALL

sudo dnf install mesa-demos
copy
sudo pacman -S mesa-demos
copy
sudo apk add mesa-demos
copy
nix profile install nixpkgs#mesa-demos
copy

CAVEATS

Deprecated on many systems. Consider using `read` shell builtin or `head -n 1` instead for portable scripts.

SEE ALSO

read(1), head(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid