rohankewl
Technical User
- Jun 14, 2007
- 1
I'm using dircmp to compare two directories.
I need to take the input from the user and I will do that by using name=input()
but I'm not sure how to use the user input else where.
dircmp(/home/usa/ca/.../sj/bkb/current, /home/usa/ca/.../lx/bk/current)
I have to use the user input 'name' at the place where I have put dots, so please tell me how to use it there.
I need to take the input from the user and I will do that by using name=input()
but I'm not sure how to use the user input else where.
dircmp(/home/usa/ca/.../sj/bkb/current, /home/usa/ca/.../lx/bk/current)
I have to use the user input 'name' at the place where I have put dots, so please tell me how to use it there.