JeffersonSouza Posted July 7, 2011 Report Share Posted July 7, 2011 Olá galera, estou tentando concatenar uma linha do meu código da seguinte maneira.filename = "arquivo.txt" file = open(filename, 'r') texto = file.readlines() for linha in texto: os.system('rm -f '+path+'archv.'+linha+'.a') E ele ta dando o seguinte erro: sh: line 1: .a: command not foundAlguém saberia me dizer oke estou fazendo de errado???!!Velus Quote Link to comment Share on other sites More sharing options...
0 JeffersonSouza Posted July 7, 2011 Author Report Share Posted July 7, 2011 Resolvido.Como ele ta pegando um valor dentro de um arquivo, esse valor vem cm um \n no final.... arquivo = ydh.replace('\n','') assim ele retira o \n e concatena facil facil..!!! Quote Link to comment Share on other sites More sharing options...
Question
JeffersonSouza
Olá galera, estou tentando concatenar uma linha do meu código da seguinte maneira.
E ele ta dando o seguinte erro:Alguém saberia me dizer oke estou fazendo de errado???!!
Velus
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.