Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behavior_Lose #358

Open
Wumbo-11 opened this issue Jul 15, 2022 · 2 comments
Open

Behavior_Lose #358

Wumbo-11 opened this issue Jul 15, 2022 · 2 comments

Comments

@Wumbo-11
Copy link

Screenshot_20220715-103310

Can someone give pointers to omit the writing

"[%t] sh: ..... Not found"

maybe it's in behavior or something else, but I didn't find a way.
Thanks for the Help!

@Wumbo-11 Wumbo-11 changed the title Behavior_Loss? Behavior_Lose Jul 15, 2022
@ghost
Copy link

ghost commented Jul 18, 2022

That seems about right. Is that an alias? What were you expecting would happen?

@LeDiableCorvus
Copy link

LeDiableCorvus commented Jul 30, 2022

cat is one of the frequently used commands in Linux. It is used to see the contents of a file on standard output (sdout). To run this command, enter cat followed by the filename and extension. For example: cat file.txt

Here are other ways to use the cat command:

cat > filename creates a new file
cat file1 file2 > file3 merge two files (1 and 2) and store the result in a new file (3)
cat filename | tr a-z A-Z > result.txt to change a file to upper or lower case

In my tests w/ t-ui the [cat] cmd isn't responding apropriately --makes restarting t-ui necessary. Alternatively, I use [echo], [touch], or [tuixt] for file creation

Also, remember to check your syntax and casing (⌐⊙_⊙)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants