mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			347 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			347 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| readlink - get symlink target
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```**sh
 | |
| $ readlink [--no-newline] <path...>
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Print targets of the specified symbolic links.
 | |
| 
 | |
| ## Options
 | |
| 
 | |
| * `-n`, `--no-newline`: Do not output a newline after each target
 | |
| 
 | |
| ## Examples
 | |
| 
 | |
| ```sh
 | |
| $ readlink /proc/self/cwd
 | |
| ```
 | |
| 
 | |
| ## See also
 | |
| 
 | |
| * [`readlink`(2)](../man2/readlink.md)
 | 
