Search Results

Search: Posts Made By: Be_Learned
919
Posted By Be_Learned
Indeed!
Yes Sir that's right...

I'll check this cut command...btw

do you know how to use this cut command and explain how it works?

Thanks
25,700
Posted By Be_Learned
This would fix your problem (I think)
try this thing;

find . -type f -name '*.txt' -print | while read i
do
echo " " > $i
done

this will clear out the content of every *.txt found in "." (current directory)

It is not...
919
Posted By Be_Learned
Need Help about text files
Hello everyone,

I'm new in Unix, I would like to ask about on how to make this thing

for example;
I have a filename save_sample.txt
this save_sample.txt has a content like this;

USER |...
Showing results 1 to 3 of 3

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