Search Results

Search: Posts Made By: redbeard_06
1,789
Posted By redbeard_06
i did not see quotes around $line so i'm sorry...
i did not see quotes around $line
so i'm sorry because of my new thread

while read line
do
echo "$line"
done < file
2,991
Posted By redbeard_06
Thanks reborg..
Thanks reborg..
1,789
Posted By redbeard_06
2,991
Posted By redbeard_06
it works fine but this time there is another...
it works fine but this time there is another problem with du :)

du: cannot access `./this': No such file or directory
du: cannot access `is/first/1': No such file or directory
2,991
Posted By redbeard_06
cat problem
Hello again;

I have a file in this format

./this is/first/1
./this is/second/2
./this is/third/3

and i am using this file in a for loop with cat command like this

for i in `cat...
1,445
Posted By redbeard_06
i found it. Many Thanks :)
i found it.
Many Thanks :)
18,077
Posted By redbeard_06
Thank you very much :)
Thank you very much :)
1,445
Posted By redbeard_06
it does not work mv: cannot move `./1' to...
it does not work
mv: cannot move `./1' to `found_./1': No such file or directory
mv: cannot move `./2' to `found_./2': No such file or directory
18,077
Posted By redbeard_06
i use Ubuntu and it does not support this command...
i use Ubuntu and it does not support this command

du: invalid option -- o
Try `du --help' for more information.
1,445
Posted By redbeard_06
if problem
Hello friends;

I have many directories in my current directory( and subdirectories ). And i wanna determine the only directories( not files ) which is larger than 15000bytes.
Then; i will...
18,077
Posted By redbeard_06
But it did'n return the subdirectories?
But it did'n return the subdirectories?
18,077
Posted By redbeard_06
Hello friends, Thanks to all because of your...
Hello friends,
Thanks to all because of your complete and perfect explanations.
İ have been for 3days. And i have learnt many things( of course little things ) and i like linux and shell...
18,077
Posted By redbeard_06
i cannot understand your code in addition i wrote...
i cannot understand your code in addition i wrote this in my program and i does not work too.
İ wanna know that why this code is not working properly and where am i wrong?And how can i fix it?
...
18,077
Posted By redbeard_06
if this command does not success, why? find ....
if this command does not success, why?
find . -type d -size +"$1"c -print > directories.dat
18,077
Posted By redbeard_06
size of directory
Hello again;

I have a directories and subdirectories in my current directory and i wanna to find the directories( and subdirectories ) which are larger than what user enters as first parameter.
...
5,042
Posted By redbeard_06
Thanks jacoden.. Thanks everbody
Thanks jacoden.. Thanks everbody
5,042
Posted By redbeard_06
Many thanks , it works well without using sed and...
Many thanks , it works well without using sed and awk.
but i have to learn this commands.
can anybody recommend me notes,websites or books to learn shell?
5,042
Posted By redbeard_06
i tried to write in this form but i cannot...
i tried to write in this form but i cannot success
#
for i in `cat films.txt`
do
rename the files
done
#
films.txt =
./1/2/amovie
./3/bmovie
./4/5/6/cmovie
./7/8/9/10/dmovie
./emovie
5,042
Posted By redbeard_06
it does not work so. i'm working in current...
it does not work so. i'm working in current directory and i wanna rename the file of any subdirectories.
i also tried to this code
mv `awk -F '/' '{print $NF;}' films.txt` x_`awk -F '/' '{print...
5,042
Posted By redbeard_06
It does not work in my program because `find`...
It does not work in my program because `find` command wrote the file names with their addresses to my file.
So my file include;
films.txt =
./1/2/amovie
./3/bmovie
./4/5/6/cmovie...
5,042
Posted By redbeard_06
Renaming the files
Hello,
i wanna rename my files which names are written in movies.txt

films.txt = amovie
bmovie
cmovie
dmovie
emovie
...
4,707
Posted By redbeard_06
how to search directories
Hello everybody,
i'm dummy for unix but i want to learn something.
i want to search the working directory and its subdirectories( all ) to find the files which are more than 1024 bytes.
So which...
Showing results 1 to 22 of 22

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