Discussion
Loading...

Discussion

Log in
  • About
  • Code of conduct
  • Privacy
  • About Bonfire
nixCraft 馃惂
nixCraft 馃惂
@nixCraft@mastodon.social  路  activity timestamp last month

Run the following to see your PATH settings in easy to read format on screen:
```
tr ":" "\n" <<<"$PATH"
tr ":" "\n" <<<"$PATH" | lolcat
```
This is a little more portable
```
echo "$PATH" | tr ":" "\n"
echo "$PATH" | tr ":" "\n" | lolcat
```

#unix #linux

a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command.  This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
  • Copy link
  • Flag this post
  • Block
Federation Bot
Federation Bot
@Federation_Bot replied  路  activity timestamp last month

@nixCraft Thanks!!!
It turns out I had duplicate entries in $PATH

Ventana de la terminal de linux donde se muestra el contenido de la variable $PATH del usuario
Ventana de la terminal de linux donde se muestra el contenido de la variable $PATH del usuario
Ventana de la terminal de linux donde se muestra el contenido de la variable $PATH del usuario
  • Copy link
  • Flag this comment
  • Block
Viss
Viss
@Viss@mastodon.social replied  路  activity timestamp last month

@nixCraft pipe together toilet and lolcat

  • Copy link
  • Flag this comment
  • Block

A small Bonfire corner on the internet

This is a small personal instance of Bonfire in the Fediverse.

A small Bonfire corner on the internet: About 路 Code of conduct 路 Privacy 路
Bonfire social 路 1.0.1 no JS en
Automatic federation enabled
Log in
  • Explore
  • About
  • Code of Conduct