Search Results

Search: Posts Made By: jyotib
66,893
Posted By jyotib
Thanks for your help everybody, my script is...
Thanks for your help everybody, my script is working fine now, I wasn't doing it right.
I wrote this command and its working fine, its searching for files with filename in some directory and...
66,893
Posted By jyotib
Hey it does finds the file but does not removes...
Hey it does finds the file but does not removes it from that directory, it gives an error

1234567890_3456789012.jpg
/some/path/1234567890_3456789012.jpg
find: cannot execute rm{}:: No such file...
66,893
Posted By jyotib
I have posted my code: #!/usr/bin/ksh ...
I have posted my code:

#!/usr/bin/ksh

echo "Test Script: Read Data from file, myfile.txt"
cat test.txt | while read line
do
var=$line
var1=`awk 'END { print substr(val,1,10) }' val=$var <...
66,893
Posted By jyotib
How do find file in directory or subdirectory ????
How do find file in directory or subdirectory ????
66,893
Posted By jyotib
Find files in directory and its subdirectory
I am writing a script which reads a file line by line and then assigns it to a variable like this 1090373422_4028715212.jpg. I have images with file name of this format in some other directory. In my...
28,464
Posted By jyotib
It worked, Thanks for your help Rene.
It worked, Thanks for your help Rene.
28,464
Posted By jyotib
it gives an error readline.sh[23]:...
it gives an error
readline.sh[23]: ${data//,/_}.jpg: bad substitution
28,464
Posted By jyotib
Substring in shell script
I need a help in getting substring of each line in input file.

I am writing a script that will read a file from a directory on daily basis, I mean everyday a new file will be stored in this...
Showing results 1 to 8 of 8

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