 |
| 54. |
Re: RE: Follow up |
Jul 17, 2012, 19:51 |
Scottish Martial Arts |
|
|
I'm sorry but if you're suggesting that a CLI is a better way to manage files than a GUI then we fundamentally disagree. And you'll find few who will agree with you. Only because they've never properly learned how to use the Linux shell. Need to find a file containing the string Bob in a huge mess of directories?
ls -R | grep Bob
Want the results sorted? Use the history functionality to repeat the last command and pipe it to sort:
fc -s | sort
Want all the pdf files displayed in the current directory?
ls *.pdf
Want to remove exactly those files that the previous listing brought up?
fc -s 'ls=rm'
Hey that last one seems like it could be useful on a regular basis, why don't we alias it?
alias del='fc -s ls=rm'
Now we just have to type del to get the same functionality.
I could go on -- through regular expressions you can match just about any pattern -- and this is completely ignoring the programmability of bash. You can create scripts that completely automate complex file management. Need to rename all the files in a database containing tens of thousands of entries? Spend 10 minutes to write the script, a few seconds to execute the script, and you can accomplish what would literally take months to achieve manually. |
|
|
|
|
|
 |
|
| |
| |
|
Date |
Subject |
Author |
| |
1. |
Jul 16, 21:20 |
Re: Steam Linux Plans |
xXBatmanXx |
| |
3. |
Jul 16, 21:49 |
Re: Steam Linux Plans |
Kitkoan |
| |
16. |
Jul 17, 04:41 |
Re: Steam Linux Plans |
finga |
| |
18. |
Jul 17, 06:32 |
Re: Steam Linux Plans |
Agrajag |
| |
9. |
Jul 17, 00:29 |
Re: RE: Follow up |
UConnBBall |
| |
11. |
Jul 17, 00:55 |
Re: RE: Follow up |
ChaosEngine |
| |
13. |
Jul 17, 01:45 |
Re: RE: Follow up |
Kitkoan |
| |
14. |
Jul 17, 02:18 |
Re: RE: Follow up |
Dev |
| |
15. |
Jul 17, 03:01 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
20. |
Jul 17, 08:07 |
Re: RE: Follow up |
theyarecomingforyou |
| |
21. |
Jul 17, 08:27 |
Re: RE: Follow up |
Trashy |
| |
28. |
Jul 17, 13:40 |
Re: RE: Follow up |
theyarecomingforyou |
| |
29. |
Jul 17, 14:10 |
Re: RE: Follow up |
Agrajag |
| |
30. |
Jul 17, 14:16 |
Re: RE: Follow up |
Beamer |
| |
32. |
Jul 17, 14:53 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
38. |
Jul 17, 16:52 |
Re: RE: Follow up |
theyarecomingforyou |
| |
40. |
Jul 17, 17:33 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
44. |
Jul 17, 18:16 |
Re: RE: Follow up |
Agrajag |
| |
46. |
Jul 17, 18:27 |
Re: RE: Follow up |
theyarecomingforyou |
| |
49. |
Jul 17, 18:45 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
52. |
Jul 17, 19:27 |
Re: RE: Follow up |
theyarecomingforyou |
| >> |
54. |
Jul 17, 19:51 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
55. |
Jul 17, 19:57 |
Re: RE: Follow up |
Sepharo |
| |
56. |
Jul 17, 20:01 |
Re: RE: Follow up |
Trashy |
| |
59. |
Jul 17, 20:08 |
Re: RE: Follow up |
Sepharo |
| |
61. |
Jul 18, 06:55 |
Re: RE: Follow up |
theyarecomingforyou |
| |
64. |
Jul 18, 09:41 |
Re: RE: Follow up |
Verno |
| |
65. |
Jul 18, 10:03 |
Re: RE: Follow up |
Sepharo |
| |
66. |
Jul 18, 11:25 |
Re: RE: Follow up |
Verno |
| |
53. |
Jul 17, 19:45 |
Re: RE: Follow up |
Agrajag |
| |
58. |
Jul 17, 20:07 |
Re: RE: Follow up |
Trashy |
| |
50. |
Jul 17, 18:48 |
Re: RE: Follow up |
Trashy |
| |
33. |
Jul 17, 14:57 |
Re: RE: Follow up |
Boston |
| |
36. |
Jul 17, 16:17 |
Re: RE: Follow up |
Agrajag |
| |
34. |
Jul 17, 14:58 |
Re: RE: Follow up |
Verno |
| |
35. |
Jul 17, 15:29 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
37. |
Jul 17, 16:32 |
Re: RE: Follow up |
Trashy |
| |
39. |
Jul 17, 16:55 |
Re: RE: Follow up |
theyarecomingforyou |
| |
42. |
Jul 17, 17:57 |
Re: RE: Follow up |
Trashy |
| |
22. |
Jul 17, 08:44 |
Re: RE: Follow up |
Verno |
| |
25. |
Jul 17, 09:20 |
Re: RE: Follow up |
Agrajag |
| |
23. |
Jul 17, 09:01 |
Re: RE: Follow up |
nin |
| |
26. |
Jul 17, 12:54 |
Re: RE: Follow up |
Dunkirk |
| |
41. |
Jul 17, 17:57 |
Re: RE: Follow up |
ChaosEngine |
| |
45. |
Jul 17, 18:19 |
Re: RE: Follow up |
Agrajag |
| |
47. |
Jul 17, 18:33 |
Re: RE: Follow up |
Scottish Martial Arts |
| |
2. |
Jul 16, 21:27 |
Re: Steam Linux Plans |
Dev |
| |
4. |
Jul 16, 23:27 |
Re: Steam Linux Plans |
headkase |
| |
5. |
Jul 16, 23:36 |
Re: Steam Linux Plans |
Kitkoan |
| |
6. |
Jul 16, 23:53 |
Re: Steam Linux Plans |
headkase |
| |
7. |
Jul 17, 00:19 |
Re: Steam Linux Plans |
Kitkoan |
| |
10. |
Jul 17, 00:39 |
Re: Steam Linux Plans |
headkase |
| |
8. |
Jul 17, 00:26 |
Re: Steam Linux Plans |
Slashman |
| |
12. |
Jul 17, 01:44 |
Re: Steam Linux Plans |
Kitkoan |
| |
17. |
Jul 17, 06:09 |
Re: Steam Linux Plans |
Silicon Avatar |
| |
19. |
Jul 17, 07:51 |
Re: Steam Linux Plans |
wtf_man |
| |
31. |
Jul 17, 14:32 |
Re: Steam Linux Plans |
Dev |
| |
24. |
Jul 17, 09:12 |
Re: Steam Linux Plans |
kookaveetsa |
| |
27. |
Jul 17, 13:11 |
Re: Steam Linux Plans |
Boston |
| |
43. |
Jul 17, 18:03 |
Re: Steam Linux Plans |
Dades |
| |
48. |
Jul 17, 18:42 |
Re: Steam Linux Plans |
theyarecomingforyou |
| |
62. |
Jul 18, 07:30 |
Re: Steam Linux Plans |
Dades |
| |
51. |
Jul 17, 19:17 |
Re: Steam Linux Plans |
Dev |
| |
57. |
Jul 17, 20:06 |
Re: Steam Linux Plans |
Jay |
| |
60. |
Jul 17, 21:58 |
Re: Steam Linux Plans |
2nd_floor |
| |
63. |
Jul 18, 07:55 |
Re: Steam Linux Plans |
Beamer |
| |
68. |
Jul 19, 22:18 |
Re: Steam Linux Plans |
2nd_floor |
| |
67. |
Jul 19, 10:10 |
Re: Steam Linux Plans |
Ant |
|
|