=== tonyyarusso changed the topic of #ubuntu-us-mn to: Have a read: http://ubuntu-us.org/?q=node/14366 [19:02] can someone help me with a shell script (really simple) [19:03] ...well here it is anyway [19:03] cd wire/settings/render_targets [19:03] for i in {1..10} [19:03] do [19:03] rm 'WireGPU_RT_'$i".txt" [19:03] done [19:04] wait a sec... [19:04] IT WORKS! [19:04] unfortunately it worked on the wrong thing... [19:16] I think I see the problem, it refuses to delete anything because the shell script doesn't have permission to, but that doesn't make sense because it is allowed to create files using the svn command [19:17] I'll try here later (maybe)