https://github.com/simongravelle/bash-tips
https://github.com/simongravelle/bash-tips
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simongravelle/bash-tips
- Owner: simongravelle
- License: gpl-3.0
- Created: 2023-04-25T08:42:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T14:59:44.000Z (over 1 year ago)
- Last Synced: 2025-01-01T13:07:44.403Z (10 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash tips
## Read a number from a file
```
number=$( awk '{print $0}' number.dat )
```## Interact with the GROMACS prompt
```
gmx trjconv -f prod.xtc -s prod.tpr -o prod.mol.xtc -pbc mol<