An open API service indexing awesome lists of open source software.

https://github.com/simongravelle/bash-tips


https://github.com/simongravelle/bash-tips

Last synced: 12 days ago
JSON representation

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<