Newsflash
|
Keep on top with leading edge java technology
- e-Business solutions based on the J2EE
- Thailand offshore outsourcing services and consulting
- Software development service
|
|
my weekly blog
|
Execute commands with find |
|
|
|
Thursday, 24 January 2008 |
|
From time to time you may have to delete serveral files in serveral directories. Joe artefacts "*~" for example. You can combine the find command with an rm to find and delete thos files in a single step. find / -name "*~" -exec rm -i {} \; This command find all files with a trailing ~ and deletes them. Remark the -i switch used in conjunction with the rm command. The switch forces the interactive mode so rm will prompt before any removal. |
|
|
Thesispaper about Softwareconcerns |
|
|
|
Wednesday, 07 July 2004 |
source centric software development (SCSD) Abstrakt Die objektorientierte und die Komponenten basierte Softwareentwicklung haben sich weit gehend durchgesetzt. So wundert es nicht, dass zunehmend Begriffe auftauchen, die für neue Ansätze in der Programmierung stehen. Dazu zählt vor allem die quellcodezentrierte Softwareentwicklung als konsequente Weiterentwicklung aspektorientierter, generischer und generativer Programmiertechniken sowie das"Intentional Programming" und das "eXtreme Programming".Von Tracy Coredump Institut für Zukunftsaussagen und innovative Prognostik |
|
Read more...
|
|
|
|
|