Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored May 7, 2024
1 parent 38772e9 commit dc727d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ echo "1,2,3" | pl split ,

echo "a,b,c" | pl split , | pl list 0
# a

echo xonsh pids is $(ps ax | grep xonsh | grep -v grep | pl split ' ' | pl list 0)
# 56486 56913 56489
```

You can set your own presets:
Expand Down

0 comments on commit dc727d4

Please sign in to comment.