Search Results

Search: Posts Made By: Yerod
1,341
Posted By hergp
This is a very strange way to use the ex-editor...
This is a very strange way to use the ex-editor (the command line version of vi) to process a file.

The commands delimited with '@' form a here-document, which is the command input to 'ex'. The...
464,694
Posted By oombera
The directory has to be empty to use the rmdir...
The directory has to be empty to use the rmdir command.. you can use rm yourdir/*; rmdir yourdir

Or you can use rm -r yourdir, but be careful. This is recursive, so all the files in yourdir will...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy