Skip to main content

All Questions

1 vote
1 answer
70 views

Print to file without clear character

I want to print the output of docker stats to file. For example, I am running: docker stats --format "{{ .Name }},{{ .MemUsage }},{{ .MemPerc }},{{ .CPUPerc }}" > /home/test.txt However, since ...
clf maris's user avatar
0 votes
2 answers
48 views

How to copy all files in all directories with specific filename to one destination?

Let's assume that I have these files: /1/tEst.mp4 /1/Test.mP4 /1/subdirectory/TEST2.mp4 /1/.20181106Test2.mp4 How can I copy all of these files into /2/Videos with a single command line? All files ...
neverMind9's user avatar
  • 1,700
3 votes
3 answers
337 views

stout can not append to large files

I have Ubuntu 13.10. I have a keylogger to help me remember what I did. Running keylogger prints output to the terminal when I run it like this: keylogger I added it to startup like this: keylogger ...
kenn's user avatar
  • 783
0 votes
2 answers
1k views

Using Pipeline to Direct Files to Program that Opens Them

I have a Music folder, in which I have some music tracks, which aren't organized too well. Thus, if I want to find a particular track, I usually type: ls Music | grep <keyword>, where <...
Newb's user avatar
  • 1,092
1 vote
2 answers
2k views

ALT+F2 doesn't work in Linux Mint Mate

I am trying to install Sublime Text 2 on Linux Mint (Mate) from this tutorial and I'm stuck on: Next, to create a menu icon press Alt+F2 and type: gksu gedit /usr/share/applications/sublime.desktop ...
Chris Till's user avatar