Search Results

Search: Posts Made By: parijat guh
4,132
Posted By parijat guh
Hi Don, Sorry for not being clear. 1.No the...
Hi Don,
Sorry for not being clear.
1.No the source file with same name as in destination for are NOT disappearing.The move command is working perfectly fine..
2.The mv -n has no output but is...
4,132
Posted By parijat guh
My objective is to move all records from folder 1...
My objective is to move all records from folder 1 to folder 2 which have dissimilar file names. hence i am using
mv -n
Now i want to print these file names which are being moved.I am new to unix...
4,132
Posted By parijat guh
Print result of mv -n
I am trying to move files which donot have same filename using

find /Users/ParijatMac/desktop/unix/new_dir -type f -mmin +"$HRS" -exec mv -n "{}" /Users/ParijatMac/desktop/unix/old_dir \; -print...
2,122
Posted By parijat guh
Solved
Thanks a lot everyone
2,122
Posted By parijat guh
User input while reading from a file
I am not able to capture the user input in this script(bash).There is prompt for user input.Could some one help me capture user input while reading afile?

while read line

do

echo "$i"...
Showing results 1 to 5 of 5

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