168 reputation
8
bio website profiles.google.com/anishsane
location Mumbai, India
age
visits member for 7 months
seen 2 days ago
stats profile views 3

May
14
comment telnet fails to connect: Connection closed by foreign host
If this answer solves your problem, you can mark this as accepted answer.. :)
May
13
awarded  Supporter
May
5
answered telnet fails to connect: Connection closed by foreign host
Apr
22
awarded  Scholar
Apr
22
accepted linux named sockets howto
Apr
22
awarded  Popular Question
Apr
5
awarded  Excavator
Apr
5
revised Where is the list of pinned start menu and taskbar items stored in Windows 7
More generic answer...
Apr
5
suggested suggested edit on Where is the list of pinned start menu and taskbar items stored in Windows 7
Mar
4
comment How to move old file with previous command
+1 to this answer from me. -exec is the option provided for this exact reason.
Mar
4
comment How to move old file with previous command
Also add quotes around {} in mv command. :-)
Mar
4
comment How to move old file with previous command
You meant xargs -I '{}' mv {} /old/
Jan
10
comment How to display the file contents recursively?
^^ Right. corrected...
Dec
21
comment rename multiple file add number to name using batch
From 1st comment, looks like it's batch & not bash
Dec
21
comment rename multiple file add number to name using batch
batch=>windows, bash=>linux. The script answer would change completely.
Dec
21
comment rename multiple file add number to name using batch
is it batch or bash?
Dec
18
comment VirtualBox with bridged adapter on win7 cannot connect to internet
Is there any specific reason for preferring bridged adapter over NAT?
Dec
5
awarded  Commentator
Dec
4
comment Batch process ffmpeg?
By the way, if you want to pass through video "AS-IS", then add -vcodec copy in the ffmpeg command line. It will save video conversion time + retain the same quality in video.
Dec
4
comment Batch process ffmpeg?
So this command is successful & you see the output file generated as you want?