Posts by andré • 31 points
2 posts
-
1
votes1
answer47
viewsQ: Command in the Shell
I need to copy the last file created in one directory to another via ssh. I’m using the following command: ssh -oStrictHostKeyChecking=no user@IP "cd /home/user/backup_database/hour/; cp "`ls -1trap…
-
2
votes1
answer195
viewsQ: Search Data with jQuery
If anyone can help me: I’m doing an ASP.NET MVC system of academic control. At the time of enrollment, I wanted to put a blank field to enter the CPF, and other fields as the name, but only for…