Stephen Kuhn said:
>> What is the command line to delete all files under certain directory?
>>
>> Sasa
>
> For instances:
>
> rm -rf ./*
>
> Just cd yourself into a dir (like the one you want to clear out) and
> type that.
But be careful! Don't log in as root unless you absolutely have to, make
On Fri, 2003-09-26 at 18:32, Sasa Stupar wrote:
> Hi!
>
> What is the command line to delete all files under certain directory?
>
> Sasa
For instances:
rm -rf ./*
Just cd yourself into a dir (like the one you want to clear out) and
type that.
stephen kuhn - owner
=
Sasa Stupar wrote:
Hi!
What is the command line to delete all files under certain directory?
Sasa
Hi Sasa!
cd /
You can try: rm -r[f] *
If you use the option "f", you are going to execute the command with
force... Be careful! ;)
Renato
--
redhat-list mailing list
unsubscribe mailto:[EMAIL P
On 2003-09-26, Sasa Stupar wrote:
> Hi!
>
> What is the command line to delete all files under certain directory?
>
rm -r /directory/*
You could read the man rm pages to learn about this.
Cheers,
HÖ
--
I cannot overemphasize the importance of good grammar.
--
redhat-list mailing list
unsub
Hi!
What is the command line to delete all files under certain directory?
Sasa
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list