This shows you the differences between two versions of the page.
uso:laboratoare:laborator-07:inspect-fs [2021/11/22 16:45] andreia.ocanoaia [Selectarea multiplor fișiere folosind globbing] |
uso:laboratoare:laborator-07:inspect-fs [2021/11/22 16:46] (current) andreia.ocanoaia [Selectarea multiplor fișiere folosind globbing] |
||
---|---|---|---|
Line 134: | Line 134: | ||
<code bash> | <code bash> | ||
- | student@uso:~/Pictures$ mv DCIM[0-9][0-9][0-9][0-9].jpg excursie-Sinaia-2020/ | + | student@uso:~/.../05-cli/support/support-globbing$ mv DCIM[0-9][0-9][0-9][0-9].jpg excursie-Sinaia-2020/ |
</code> | </code> | ||
Cu expresia de mai sus vom muta toate pozele din intervalul **DCIM0000** - **DCIM9999**. | Cu expresia de mai sus vom muta toate pozele din intervalul **DCIM0000** - **DCIM9999**. |