Skip to content

Instantly share code, notes, and snippets.

View cecepm's full-sized avatar

Cecep Mahbub cecepm

  • Jakarta, Indonesia
View GitHub Profile
@cecepm
cecepm / belajar-xargs.sh
Last active July 17, 2021 07:53
belajar dengan xargs
# misal, ada file input.txt
#
# isinya:
# asdf1
# asdf2
# asdf3
# dst...
cat input.txt |xargs
cat input.txt |xargs --verbose
cat input.txt |xargs -t
# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano
# This work is licensed under the terms of the GPL-2.0 license.
# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html.
# Colors
foreground #979eab
background #282c34
color0 #282c34