41245/finding-pat-of-afile-in-linux
I want to get the whole path of a .txt file:
file.txt = /nfs/an/disks/jj/home/dir/file.txt
Is there any command that can do the same?
You can use readlink command:
readlink -f filename.txt
for more information click here.
If you find an absolute path to start with, ...READ MORE
There are multiple ways to find the ...READ MORE
नेटवर्क कनेक्शन चाहिए READ MORE
Hi@akhtar, If you prefer using the command line, ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
cmd >>file.txt 2>&1 Bash always executes and redirects ...READ MORE
Hello fellow techies, Assuming you use bash shell ...READ MORE
To list all the groups groups or to list ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.