Posts by leandrosantos89 • 1 point
2 posts
-
-2
votes2
answers126
viewsA: Format file . csv in bash
This csv file may have been edited on Windows. And basically Linux "sees" the end of the line differently than Windows. Try this: sudo apt update sudo apt install dos2unix dos2unix arquivo.csv Att.…
-
-2
votes2
answers104
viewsA: Disable/delete Docker container marked with Restart: Always
The question is old, but maybe it still helps someone. Utilize docker-compose down that will work. Att.