gamecreature

Published

22 July, 2021

gamecreature in Code Snippets, Hacking | 22 July, 2021

View content of all files including filename

In this example I get the ruby-version of my projects.

tail -n +1 */.ruby-version

Which results in the following output

==> project1/.ruby-version <==
2.5.1

==> project2/.ruby-version <==
3.0.0

==> project3/.ruby-version <==
2.7.2

Source: https://stackoverflow.com/a/7816490/528505

gamecreature

Published

22 July, 2021

  • Related Content by Tag
  • ruby
  • shell-script
Independent Publisher empowered by WordPress