Skip to main content

All Questions

Tagged with
0 votes
0 answers
67 views

Managing network storage from terminal

Sorry for the question that is too general, but I would like to switch to using the terminal instead of GUI programs as much as possible and I cannot formulate my question more precisely. In the ...
bimlas's user avatar
  • 101
0 votes
1 answer
166 views

Installing Snaphu on Mac OSX Big Sur ZSH

Snaphu is a script that unwraps complex Radar images. The compressed zip setup file can be downloaded from standford website. It should be installed using the zsh terminal and must be copied to system ...
Muddasir Shah's user avatar
1 vote
0 answers
236 views

How to grep on a ncurses display (refreshed every second)?

When running the useful tool tcptrack in the terminal (over SSH), it displays this: Client Server State Idle A Speed 1.2.3.4:44054 5.5.5.5:443 ...
Basj's user avatar
  • 2,549
1 vote
2 answers
380 views

Copy a file's line and place in command line

I'm interested to know if there is any way to copy a line from a file and place it in the next terminal's command line. This line would be the next command or a fraction of it, being possible to still ...
Vinicius S.'s user avatar
3 votes
0 answers
399 views

Joining multiple PowerPoint presentations

Is there a command that can be used to join several PowerPoint presentations (.ppt files) into a single file?
Bir Amrit's user avatar
3 votes
1 answer
712 views

Pipe output to command line editor for next command

I have been using sudo find / -iname '*foo*' 2>/dev/null | vim to get a list of directories/files containing foo, and then I inspect this list, edit it, and write a bunch of new commands inside of ...
minseong's user avatar
  • 837
0 votes
2 answers
45 views

Is there a way to interact with a shell but from an app or separate program?

I am trying to find a way to both receive the output of a shell and then return output, but from a different front end interface? I am trying to incorporate the Linux terminal into a potential ...
James Lindner's user avatar
0 votes
1 answer
560 views

Basic linux commands (sudo/apt-get/nano) not found

I'm using Linux sa515 on this application processor but I can't seem to run any of the following commands: sudo apt-get nano It says the corresponding command is not found. Am I missing something?
xyf's user avatar
  • 141
-4 votes
1 answer
242 views

Remove or copy a file all at once

Suppose I have 4 directories : Directory_1 Directory_2 Directory_3 Directory_4 Is there a command line in a terminal Linux I can use to copy a file to all of these directories? Is there a command ...
David's user avatar
  • 107
3 votes
2 answers
2k views

cd into folder name that starts with an emoji

I forked an open source project to work on but one of the folder names I want to cd into starts with an emoji. How can I enter into it? I know I can use the GUI to look through the folder but I rather ...
Edwin Solis's user avatar
-1 votes
2 answers
966 views

Can someone explain the command: file -- * [duplicate]

I ran the command file -- * and got this output: -file04: data -file05: data -file06: data -file07: ASCII text So it basically prints filename and content type. But what do the parameters mean?
Gamer Wael's user avatar
5 votes
2 answers
5k views

View command output in scrollable pager

I would like to view the output of a command from the top and keep the terminal from jumping down, and I would like a terminal independent way for it. So without changing the terminal specific ...
simulate's user avatar
  • 212
1 vote
1 answer
66 views

List given folder everywhere it exists

How to get a listing of all occurences of the folder foo (or node_modules in my case) in my home folder, like this: ~/a/foo ~/b/d/foo ~/b/d/e/foo ... My goal is to manually remove all unnecessary ...
DevonDahon's user avatar
-1 votes
2 answers
201 views

What is com command in linux?

I saw in a video on Youtube : $ sudo com /dev/ttyUSb0 115200 [sudo] password for xt003: setting speed 115200 C-a exit, C-a modem lines status [status]: RTS DTR What is com command? I searched for ...
mmj's user avatar
  • 109
1 vote
1 answer
378 views

Can I get a service to access the terminal?

I have a flask app that I wrote with Python and published with gunicorn service, but I learned that the services have no communication with the terminal, so I can't use pexpect module. Is there a way ...
Apple's user avatar
  • 11

15 30 50 per page
1
3 4
5
6 7
22