User Tools

Site Tools


bash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bash [2020/01/05 01:18] (current)
valerio created
Line 1: Line 1:
 +Rinominare file multipli 
 +<​code>​for i in *.bak; do mv "​$i"​ "​${i/​bak/​ini}";​ done</​code>​
bash.txt · Last modified: 2020/01/05 01:18 by valerio