The beginner tag has no wiki summary.
4
votes
4answers
3k views
bash script to delete old files older than x days with subdirectories
Hi I'm new to scripting and I'm trying to delete a ton of files older than x days
Now I have a script to do that
find /path/to/files* -mtime +10 -exec rm {} \;
But this will also delete the ...
1
vote
1answer
103 views
How Do I Become A Overall Super User? [closed]
I have often wondered exactly what a Super User is, I heard it a lot at school, and so I googled it a few days ago. Now that I know what it is, how do I become a super user? I just want to be a super ...
0
votes
0answers
57 views
Enterprise architect [closed]
I'm relatively new to Sparx's Enterprise architect, my previous experience being in UML draw tool Magic draw. I'm using version 7.1 of Enterprise architect (EA) and I'm wondering:
Is there a way to ...
2
votes
1answer
77 views
How do I delete files within a directory and subdirectories but not the folders?
How do I delete files within a directory and subdirectories but not the folders?
I need to be able to do this on the Linux command line.
With rm?
0
votes
0answers
50 views
Nhibernate 3.0 beginer books? [closed]
Nhibernate 3.0 has been out for quite a while not and I am shocked to see there is only 1 nhibernate 3.0 book out there.
I am wondering is there any nhibernate 3.0 beginner books coming out any time ...