The beginner tag has no wiki summary.
1
vote
4answers
140 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 ...
0
votes
1answer
93 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
27 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
52 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
37 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 ...
0
votes
0answers
51 views
What essential topics should all computer geeks know about? [closed]
I am just curious to know what topics you guys would recommend I learn about to improve my knowledge of computers. I am a programmer and kind-of the family techie in my home so I know my way around ...