Hi.
I'm using Linux. I navigate to the directory where the command is, and I call it. I get the "Command not found error".
If I export its path, I can call the command with no problems.
¿Why doesn't it work if I'm located in the exact directory?
Thanks!
I want to simply run the long command below.
docker ps -a --format "table {{.Images}}\t{{.Ports}}"
export view='docker ps -a --format "table {{.Images}}\t{{.Ports}}"'
echo $view
result
But When I run the real variable, I get an error
$view
Result end Error code
"docker ps" accepts...
Hi together...
I've a Problem to execute some Commands from a Batch File.
#!/bin/bash
clear; echo; echo;
sleep 0.25;
DOMAIN="$1";
TYPE="selfsigned"
PATH="./traefik/data/certificates";
if ! [ -z "$DOMAIN" ]; then
echo "Create private Server Key and Certificate Request..."...
I've successfully installed Mint 20.2 Cinnamon on an old Dell OptiPlex 780, and I'm trying to get a WiFi plug-in working since it doesn't have an integrated antenna. Now, on some of my machines (running various Windows OSes), it was plug and play while others I've had to manually install the...
Hello, I'm new to this site. I did register mounths ago but begin to use the account now.
I have some backend programming knowledge, I also made a new command and would like to contribute it to get it improved by more
beginners like me.
Hello,
First of all, sorry for such a silly question, but i really did not understood that what does 'xargs' command do!
Already Read: 'man xargs', google.com
Thanking you...
I need to create a variable script that uses the "find" utility to search the home directory for files. Example; (./findFile.sh data) The search also needs to be case-insensitive. The results should look like what is in the attachment.
I need the correct commands for "adding a blank line after my previous commands output" and "displaying a message on screen indicating the script is done running. For adding a blank line I've tried "echo" after the command but it doesn't work.
sudo command isn’t included in Debian by default. That’s why you get the error message saying “-bash: sudo: command not found”. In this article you can learn how to fix sudo command not found in Debian.
Hello,
I was working with some obsolete xls/xlsx files and at the same time learning to work with commands. As I'm a beginner with linux. However what I discovered is that mv command should be used with utmost care as what seemed to me is that it is as dangerous as rm command.
So following is...
Goodmorning,
I need to send some cmd command from linux to windows 7. Until now I use the following command:
" smbclient \\server_address -W domain -Uuser%password -c 'mkdir' " to connect to the server and create a new folder.
Now I'm interesting to send a cmd command able to run program...
Hi
I am awaiting delivery of the below laptop, which I've picked up for £170:
https://www.ebay.co.uk/itm/Lenovo-Thinkpad-Ultrabook-Helix-11-6-Touch-i7-3667U-8GB-256GB-SSD-Windows-10/153120834786?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649
I have been around computers most of my...
I was wondering this today, and I'm not sure how..... :\ Keep in mind that I'm still pretty new to Qt, and might need a complete File, #includes, int main(), and all..... :3 I wanna do all this from Nano, so I don't have to use Qt Creator, if possible..... :3 Thank you SO much...