Search Results

Search: Posts Made By: shyjuezy
3,130
Posted By shyjuezy
Thanks radoulov, now I can get a line exactly...
Thanks radoulov, now I can get a line exactly three letters long matching the pattern...
3,130
Posted By shyjuezy
sed to find a pattern
Hi,

I am having a file named old with contents as below,
Tea Time
Sea
Tie
Team

if I use something like cat old | grep "^T[a-z][aeiou]", it use to print
Tea Time
Tie
Team

Question,...
22,121
Posted By shyjuezy
Thanks fabtagon ls -ld worked for me...
Thanks fabtagon
ls -ld worked for me...
22,121
Posted By shyjuezy
list the files but exclude the files in subdirectories
If I execute the command "ls -l /export/home/abcde/dev/proj/code/* | awk -F' ' '{print $9}' | cut -d'/' -f6-8" it will list all the files in /export/home/abcde/dev/proj/code/ directory as well as the...
3,214
Posted By shyjuezy
Thanks era, after changing the variable PATH to...
Thanks era, after changing the variable PATH to DIRPATH am able to list all the files in the directory. :b:
3,214
Posted By shyjuezy
how to list the files using File Descriptors
hello,

I have written a script named listall.sh with the following codes init.

#!/bin/bash
PATH="/proj/cmon/$1"
echo $PATH
if [ $# != 1 ]; then
echo "Usage: $0 ***"
exit 1
else
...
5,201
Posted By shyjuezy
Thanks era and boddu :), am able to achieve what...
Thanks era and boddu :), am able to achieve what I really wanted using xargs grep pattern<filenames.txt, Thanks a lot.....
5,201
Posted By shyjuezy
Thanks everyone for your quick response, I will...
Thanks everyone for your quick response, I will try the solutions provided and will post the response... :)
5,201
Posted By shyjuezy
Help to process each line in a file...
Hi all,

I am storing all the fil names from a directory into a file "filenames.txt" like using awk and cut commands
base/src/file1.sc
base/src/file2.sc
base/src/file3.sc
base/src/file4.sc...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 11:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy